aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-12-09 08:06:57 -0500
committerAndreas Blaesius <skate4life@gmx.de>2016-06-05 21:20:23 +0200
commite18763d844d6e2141ce39c9ac4aa39cbc155d078 (patch)
tree834bd9caa158e3b5a9d81a7d6c9aea12f6ae4528 /include
parent03a0aea46d3eb01144cf5a55926a7257c1e851be (diff)
downloadkernel_samsung_espresso10-e18763d844d6e2141ce39c9ac4aa39cbc155d078.zip
kernel_samsung_espresso10-e18763d844d6e2141ce39c9ac4aa39cbc155d078.tar.gz
kernel_samsung_espresso10-e18763d844d6e2141ce39c9ac4aa39cbc155d078.tar.bz2
vfs: mnt_drop_write_file()
new helper (wrapper around mnt_drop_write()) to be used in pair with mnt_want_write_file(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Conflicts: fs/inode.c fs/ext4/ioctl.c fs/xfs/xfs_ioctl.c Change-Id: Idcde3c3eba747966dcfc692f1a2f473cbfdf050a
Diffstat (limited to 'include')
-rw-r--r--include/linux/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index c2e704c..fe90f57 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -93,6 +93,7 @@ extern int mnt_want_write(struct vfsmount *mnt);
extern int mnt_want_write_file(struct file *file);
extern int mnt_clone_write(struct vfsmount *mnt);
extern void mnt_drop_write(struct vfsmount *mnt);
+extern void mnt_drop_write_file(struct file *file);
extern void mntput(struct vfsmount *mnt);
extern struct vfsmount *mntget(struct vfsmount *mnt);
extern void mnt_pin(struct vfsmount *mnt);