]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/mount.h
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / include / linux / mount.h
index 9197ddbf35fb15362bc574d79f4135ee87369720..bf8cc4108b8f9ce103770b3f1aeb147de3f23c7c 100644 (file)
@@ -87,6 +87,8 @@ extern bool mnt_may_suid(struct vfsmount *mnt);
 
 struct path;
 extern struct vfsmount *clone_private_mount(const struct path *path);
+extern int __mnt_want_write(struct vfsmount *);
+extern void __mnt_drop_write(struct vfsmount *);
 
 struct file_system_type;
 extern struct vfsmount *fc_mount(struct fs_context *fc);