diff options
author | Ram Pai <linuxram@us.ibm.com> | 2005-11-07 17:20:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 21:18:11 -0500 |
commit | a05964f3917c7c55368c229d7985f8e7c9977e97 (patch) | |
tree | 7ec25550267ef050572c00ba2f37d6a4ff9c469e /include/linux/fs.h | |
parent | 2144440327fa01b2f3f65e355120a78211685702 (diff) |
[PATCH] shared mounts handling: umount
An unmount of a mount creates a umount event on the parent. If the
parent is a shared mount, it gets propagated to all mounts in the peer
group.
Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 5e188b773e9c..8bdb504be73b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1251,7 +1251,7 @@ extern int unregister_filesystem(struct file_system_type *); | |||
1251 | extern struct vfsmount *kern_mount(struct file_system_type *); | 1251 | extern struct vfsmount *kern_mount(struct file_system_type *); |
1252 | extern int may_umount_tree(struct vfsmount *); | 1252 | extern int may_umount_tree(struct vfsmount *); |
1253 | extern int may_umount(struct vfsmount *); | 1253 | extern int may_umount(struct vfsmount *); |
1254 | extern void umount_tree(struct vfsmount *, struct list_head *); | 1254 | extern void umount_tree(struct vfsmount *, int, struct list_head *); |
1255 | extern void release_mounts(struct list_head *); | 1255 | extern void release_mounts(struct list_head *); |
1256 | extern long do_mount(char *, char *, char *, unsigned long, void *); | 1256 | extern long do_mount(char *, char *, char *, unsigned long, void *); |
1257 | extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); | 1257 | extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); |