diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-06-10 05:55:37 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-14 08:33:37 -0400 |
commit | a4a3bdd778715999ddfeefdc52ab76254580fa76 (patch) | |
tree | cd154e1bbcf2d899c30309fa179e5fc5de968d58 /fs/internal.h | |
parent | d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 (diff) |
kill opendata->{mnt,dentry}
->filp->f_path is there for purpose...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/internal.h b/fs/internal.h index ae69a3b150d7..09003a02292d 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -83,8 +83,6 @@ extern struct super_block *user_get_super(dev_t); | |||
83 | * open.c | 83 | * open.c |
84 | */ | 84 | */ |
85 | struct opendata { | 85 | struct opendata { |
86 | struct dentry *dentry; | ||
87 | struct vfsmount *mnt; | ||
88 | struct file *filp; | 86 | struct file *filp; |
89 | }; | 87 | }; |
90 | struct open_flags { | 88 | struct open_flags { |