diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mount.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index ac49c1f8e5c0..5d5275364867 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -88,7 +88,11 @@ static inline struct vfsmount *mntget(struct vfsmount *mnt) | |||
88 | return mnt; | 88 | return mnt; |
89 | } | 89 | } |
90 | 90 | ||
91 | struct file; /* forward dec */ | ||
92 | |||
91 | extern int mnt_want_write(struct vfsmount *mnt); | 93 | extern int mnt_want_write(struct vfsmount *mnt); |
94 | extern int mnt_want_write_file(struct file *file); | ||
95 | extern int mnt_clone_write(struct vfsmount *mnt); | ||
92 | extern void mnt_drop_write(struct vfsmount *mnt); | 96 | extern void mnt_drop_write(struct vfsmount *mnt); |
93 | extern void mntput_no_expire(struct vfsmount *mnt); | 97 | extern void mntput_no_expire(struct vfsmount *mnt); |
94 | extern void mnt_pin(struct vfsmount *mnt); | 98 | extern void mnt_pin(struct vfsmount *mnt); |