diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/mount.h b/fs/mount.h index 2c856fc47ae3..2826543a131d 100644 --- a/fs/mount.h +++ b/fs/mount.h | |||
@@ -89,7 +89,6 @@ static inline int is_mounted(struct vfsmount *mnt) | |||
89 | } | 89 | } |
90 | 90 | ||
91 | extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); | 91 | extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); |
92 | extern struct mount *__lookup_mnt_last(struct vfsmount *, struct dentry *); | ||
93 | 92 | ||
94 | extern int __legitimize_mnt(struct vfsmount *, unsigned); | 93 | extern int __legitimize_mnt(struct vfsmount *, unsigned); |
95 | extern bool legitimize_mnt(struct vfsmount *, unsigned); | 94 | extern bool legitimize_mnt(struct vfsmount *, unsigned); |