diff options
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r-- | include/linux/namei.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index 1cd15dad2469..52fa2f78bb71 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -16,8 +16,7 @@ struct open_intent { | |||
16 | enum { MAX_NESTED_LINKS = 8 }; | 16 | enum { MAX_NESTED_LINKS = 8 }; |
17 | 17 | ||
18 | struct nameidata { | 18 | struct nameidata { |
19 | struct dentry *dentry; | 19 | struct path path; |
20 | struct vfsmount *mnt; | ||
21 | struct qstr last; | 20 | struct qstr last; |
22 | unsigned int flags; | 21 | unsigned int flags; |
23 | int last_type; | 22 | int last_type; |