diff options
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index 550f5a8b4fcf..dc87e65becd2 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -49,6 +49,8 @@ int get_dominating_id(struct mount *mnt, const struct path *root); | |||
49 | unsigned int mnt_get_count(struct mount *mnt); | 49 | unsigned int mnt_get_count(struct mount *mnt); |
50 | void mnt_set_mountpoint(struct mount *, struct mountpoint *, | 50 | void mnt_set_mountpoint(struct mount *, struct mountpoint *, |
51 | struct mount *); | 51 | struct mount *); |
52 | void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, | ||
53 | struct mount *mnt); | ||
52 | struct mount *copy_tree(struct mount *, struct dentry *, int); | 54 | struct mount *copy_tree(struct mount *, struct dentry *, int); |
53 | bool is_path_reachable(struct mount *, struct dentry *, | 55 | bool is_path_reachable(struct mount *, struct dentry *, |
54 | const struct path *root); | 56 | const struct path *root); |