aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/internal.h2
-rw-r--r--include/linux/mount.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h
index e96a1667d749..8a03a5447bdf 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -70,6 +70,8 @@ extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
70 70
71extern void __init mnt_init(void); 71extern void __init mnt_init(void);
72 72
73extern spinlock_t vfsmount_lock;
74
73/* 75/*
74 * fs_struct.c 76 * fs_struct.c
75 */ 77 */
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 */