aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 70067775df2e..ae69a3b150d7 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -82,13 +82,10 @@ extern struct super_block *user_get_super(dev_t);
82/* 82/*
83 * open.c 83 * open.c
84 */ 84 */
85struct nameidata;
86extern struct file *nameidata_to_filp(struct nameidata *);
87extern void release_open_intent(struct nameidata *);
88struct opendata { 85struct opendata {
89 struct dentry *dentry; 86 struct dentry *dentry;
90 struct vfsmount *mnt; 87 struct vfsmount *mnt;
91 struct file **filp; 88 struct file *filp;
92}; 89};
93struct open_flags { 90struct open_flags {
94 int open_flag; 91 int open_flag;