diff options
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 1869ea24a739..af4765ea8fde 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -110,12 +110,7 @@ extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, | |||
110 | int flags, const char *name, | 110 | int flags, const char *name, |
111 | void *data); | 111 | void *data); |
112 | 112 | ||
113 | struct nameidata; | 113 | extern void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list); |
114 | |||
115 | struct path; | ||
116 | extern int do_add_mount(struct vfsmount *newmnt, struct path *path, | ||
117 | int mnt_flags, struct list_head *fslist); | ||
118 | |||
119 | extern void mark_mounts_for_expiry(struct list_head *mounts); | 114 | extern void mark_mounts_for_expiry(struct list_head *mounts); |
120 | 115 | ||
121 | extern dev_t name_to_dev_t(char *name); | 116 | extern dev_t name_to_dev_t(char *name); |