Skip to content
Snippets Groups Projects
Commit 65e8bff0 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

hacking in old definition for f_dentry from <linux/fs.h>

parent e5f8083e
No related branches found
No related tags found
No related merge requests found
...@@ -499,6 +499,7 @@ static void unhook_fs(unhook_mode_e cl) { ...@@ -499,6 +499,7 @@ static void unhook_fs(unhook_mode_e cl) {
up_write(&hook_sem); up_write(&hook_sem);
} }
#define f_dentry f_path.dentry /* formerly in <linux/fs.h> */
static struct file_operations *get_fops(struct file *filp, char *from) { static struct file_operations *get_fops(struct file *filp, char *from) {
struct file_operations *fops=0; struct file_operations *fops=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment