diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/mount.h b/fs/mount.h index 7076f25af35d..f0866076de6e 100644 --- a/fs/mount.h +++ b/fs/mount.h | |||
@@ -77,7 +77,8 @@ static inline int is_mounted(struct vfsmount *mnt) | |||
77 | return !IS_ERR_OR_NULL(real_mount(mnt)); | 77 | return !IS_ERR_OR_NULL(real_mount(mnt)); |
78 | } | 78 | } |
79 | 79 | ||
80 | extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int); | 80 | extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); |
81 | extern struct mount *__lookup_mnt_last(struct vfsmount *, struct dentry *); | ||
81 | 82 | ||
82 | static inline void get_mnt_ns(struct mnt_namespace *ns) | 83 | static inline void get_mnt_ns(struct mnt_namespace *ns) |
83 | { | 84 | { |