aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-09-29 11:24:49 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-10-24 23:34:59 -0400
commit719ea2fbb553ab3f61a174a4b5861289dcc46cb1 (patch)
tree00c1e2c71caf2338cfe27f2854cf331515b4f411 /fs/internal.h
parentaab407fc5c0ce63e9fd4a34a790d7290d3e116a1 (diff)
new helpers: lock_mount_hash/unlock_mount_hash
aka br_write_{lock,unlock} of vfsmount_lock. Inlines in fs/mount.h, vfsmount_lock extern moved over there as well. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 513e0d859a6c..4a11e75ce14d 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -9,8 +9,6 @@
9 * 2 of the License, or (at your option) any later version. 9 * 2 of the License, or (at your option) any later version.
10 */ 10 */
11 11
12#include <linux/lglock.h>
13
14struct super_block; 12struct super_block;
15struct file_system_type; 13struct file_system_type;
16struct linux_binprm; 14struct linux_binprm;
@@ -62,8 +60,6 @@ extern int sb_prepare_remount_readonly(struct super_block *);
62 60
63extern void __init mnt_init(void); 61extern void __init mnt_init(void);
64 62
65extern struct lglock vfsmount_lock;
66
67extern int __mnt_want_write(struct vfsmount *); 63extern int __mnt_want_write(struct vfsmount *);
68extern int __mnt_want_write_file(struct file *); 64extern int __mnt_want_write_file(struct file *);
69extern void __mnt_drop_write(struct vfsmount *); 65extern void __mnt_drop_write(struct vfsmount *);