X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fpnode.h;h=dc87e65becd21eb0235775fedf28d8a21702f548;hb=f14180d091364aeb1473123614327452e3a2a1cb;hp=550f5a8b4fcf462d12d36fb6e7c646670247c317;hpb=5aa43efe905bdf3f1bd3cfddf035f7ebee2590eb;p=mirror_ubuntu-zesty-kernel.git 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); unsigned int mnt_get_count(struct mount *mnt); void mnt_set_mountpoint(struct mount *, struct mountpoint *, struct mount *); +void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, + struct mount *mnt); struct mount *copy_tree(struct mount *, struct dentry *, int); bool is_path_reachable(struct mount *, struct dentry *, const struct path *root);