X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fpnode.h;h=fc28a27fa89233d24b90bdd748477994b8713ecd;hb=HEAD;hp=59e7eda1851ec447d705a02866c19a07d91d2c99;hpb=48efe453e6b29561f78a1df55c7f58375259cb8c;p=~andy%2Flinux diff --git a/fs/pnode.h b/fs/pnode.h index 59e7eda1851..fc28a27fa89 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -36,8 +36,8 @@ static inline void set_mnt_shared(struct mount *mnt) void change_mnt_propagation(struct mount *, int); int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, - struct list_head *); -int propagate_umount(struct list_head *); + struct hlist_head *); +int propagate_umount(struct hlist_head *); int propagate_mount_busy(struct mount *, int); void mnt_release_group_id(struct mount *); int get_dominating_id(struct mount *mnt, const struct path *root);