X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fpnode.h;h=f41fc9a6c48eb205734b2cf5674d13f846172d46;hb=0857f014012d6e5b8dca7d3e5bf6fb298e9869b8;hp=0fcdbe7ca6480e7950092cfd0dc7d0ce431ef548;hpb=ea814ab9aab23505f6828a0cc01c985e59847f4e;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/pnode.h b/fs/pnode.h index 0fcdbe7ca648..f41fc9a6c48e 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -44,11 +44,14 @@ int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, int propagate_umount(struct list_head *); int propagate_mount_busy(struct mount *, int); void propagate_mount_unlock(struct mount *); +void propagate_remount(struct mount *); void mnt_release_group_id(struct mount *); 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);