diff options
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 9197ddbf35fb..bf8cc4108b8f 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -87,6 +87,8 @@ extern bool mnt_may_suid(struct vfsmount *mnt); | |||
87 | 87 | ||
88 | struct path; | 88 | struct path; |
89 | extern struct vfsmount *clone_private_mount(const struct path *path); | 89 | extern struct vfsmount *clone_private_mount(const struct path *path); |
90 | extern int __mnt_want_write(struct vfsmount *); | ||
91 | extern void __mnt_drop_write(struct vfsmount *); | ||
90 | 92 | ||
91 | struct file_system_type; | 93 | struct file_system_type; |
92 | extern struct vfsmount *fc_mount(struct fs_context *fc); | 94 | extern struct vfsmount *fc_mount(struct fs_context *fc); |