aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pnode.h')
-rw-r--r--fs/pnode.h7
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
34void change_mnt_propagation(struct mount *, int); 34void change_mnt_propagation(struct mount *, int);
35int propagate_mnt(struct mount *, struct dentry *, struct mount *, 35int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
36 struct list_head *); 36 struct list_head *);
37int propagate_umount(struct list_head *); 37int propagate_umount(struct list_head *);
38int propagate_mount_busy(struct mount *, int); 38int propagate_mount_busy(struct mount *, int);
39void mnt_release_group_id(struct mount *); 39void mnt_release_group_id(struct mount *);
40int get_dominating_id(struct mount *mnt, const struct path *root); 40int get_dominating_id(struct mount *mnt, const struct path *root);
41unsigned int mnt_get_count(struct mount *mnt); 41unsigned int mnt_get_count(struct mount *mnt);
42void mnt_set_mountpoint(struct mount *, struct dentry *, 42void mnt_set_mountpoint(struct mount *, struct mountpoint *,
43 struct mount *); 43 struct mount *);
44void release_mounts(struct list_head *); 44void umount_tree(struct mount *, int);
45void umount_tree(struct mount *, int, struct list_head *);
46struct mount *copy_tree(struct mount *, struct dentry *, int); 45struct mount *copy_tree(struct mount *, struct dentry *, int);
47bool is_path_reachable(struct mount *, struct dentry *, 46bool is_path_reachable(struct mount *, struct dentry *,
48 const struct path *root); 47 const struct path *root);