diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 21:35:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:03 -0500 |
commit | 1ab597386205f8dc757cf8750465502aeae65154 (patch) | |
tree | 69a8ad9eeafe3fd358151c26002cbab6d2215f28 /fs/pnode.h | |
parent | 44d964d609c7c11b330a3d1caf30767fa13c7be3 (diff) |
vfs: spread struct mount - do_umount/propagate_mount_busy
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index bfd0bbcabf6d..f1d251d3771e 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -33,7 +33,7 @@ void change_mnt_propagation(struct mount *, int); | |||
33 | int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *, | 33 | int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *, |
34 | struct list_head *); | 34 | struct list_head *); |
35 | int propagate_umount(struct list_head *); | 35 | int propagate_umount(struct list_head *); |
36 | int propagate_mount_busy(struct vfsmount *, int); | 36 | int propagate_mount_busy(struct mount *, int); |
37 | void mnt_release_group_id(struct mount *); | 37 | void mnt_release_group_id(struct mount *); |
38 | int get_dominating_id(struct vfsmount *mnt, const struct path *root); | 38 | int get_dominating_id(struct vfsmount *mnt, const struct path *root); |
39 | unsigned int mnt_get_count(struct vfsmount *mnt); | 39 | unsigned int mnt_get_count(struct vfsmount *mnt); |