diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2012-06-05 09:10:27 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-14 08:33:18 -0400 |
commit | 015c3bbcd88df2305aae5b017a9c91c08b380aa1 (patch) | |
tree | 25f5e936ad16eddda39477a64addb4b54970bbd2 /fs/internal.h | |
parent | e43ae79c540270865918dab5ac914c74f43101e2 (diff) |
vfs: remove open intents from nameidata
All users of open intents have been converted to use ->atomic_{open,create}.
This patch gets rid of nd->intent.open and related infrastructure.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 5 |
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 | */ |
85 | struct nameidata; | ||
86 | extern struct file *nameidata_to_filp(struct nameidata *); | ||
87 | extern void release_open_intent(struct nameidata *); | ||
88 | struct opendata { | 85 | struct 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 | }; |
93 | struct open_flags { | 90 | struct open_flags { |
94 | int open_flag; | 91 | int open_flag; |