aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-02-05 02:01:14 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2010-03-03 14:07:59 -0500
commit47cd813f2984569570021ce3d34cdf9cb20aa6a2 (patch)
tree555dd76338225e2fdbf4b8dca68d1744fd065270 /include/linux/mount.h
parent37afdc7960ab493f827b5df9dc1b71b63b44331c (diff)
Take vfsmount_lock to fs/internal.h
no more users left outside of fs/*.c (and very few outside of fs/namespace.c, actually) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index 375d43a5d802..163896137ab5 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -132,7 +132,6 @@ extern int do_add_mount(struct vfsmount *newmnt, struct path *path,
132 132
133extern void mark_mounts_for_expiry(struct list_head *mounts); 133extern void mark_mounts_for_expiry(struct list_head *mounts);
134 134
135extern spinlock_t vfsmount_lock;
136extern dev_t name_to_dev_t(char *name); 135extern dev_t name_to_dev_t(char *name);
137 136
138#endif /* _LINUX_MOUNT_H */ 137#endif /* _LINUX_MOUNT_H */