diff options
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index a0493d5ebfbf..b091445c1c4a 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -32,17 +32,16 @@ static inline void set_mnt_shared(struct mount *mnt) | |||
32 | } | 32 | } |
33 | 33 | ||
34 | void change_mnt_propagation(struct mount *, int); | 34 | void change_mnt_propagation(struct mount *, int); |
35 | int propagate_mnt(struct mount *, struct dentry *, struct mount *, | 35 | int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, |
36 | struct list_head *); | 36 | struct list_head *); |
37 | int propagate_umount(struct list_head *); | 37 | int propagate_umount(struct list_head *); |
38 | int propagate_mount_busy(struct mount *, int); | 38 | int propagate_mount_busy(struct mount *, int); |
39 | void mnt_release_group_id(struct mount *); | 39 | void mnt_release_group_id(struct mount *); |
40 | int get_dominating_id(struct mount *mnt, const struct path *root); | 40 | int get_dominating_id(struct mount *mnt, const struct path *root); |
41 | unsigned int mnt_get_count(struct mount *mnt); | 41 | unsigned int mnt_get_count(struct mount *mnt); |
42 | void mnt_set_mountpoint(struct mount *, struct dentry *, | 42 | void mnt_set_mountpoint(struct mount *, struct mountpoint *, |
43 | struct mount *); | 43 | struct mount *); |
44 | void release_mounts(struct list_head *); | 44 | void umount_tree(struct mount *, int); |
45 | void umount_tree(struct mount *, int, struct list_head *); | ||
46 | struct mount *copy_tree(struct mount *, struct dentry *, int); | 45 | struct mount *copy_tree(struct mount *, struct dentry *, int); |
47 | bool is_path_reachable(struct mount *, struct dentry *, | 46 | bool is_path_reachable(struct mount *, struct dentry *, |
48 | const struct path *root); | 47 | const struct path *root); |