diff options
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index 16afc3d6d2f2..aa6d65df7204 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -40,7 +40,7 @@ static inline void set_mnt_shared(struct mount *mnt) | |||
40 | void change_mnt_propagation(struct mount *, int); | 40 | void change_mnt_propagation(struct mount *, int); |
41 | int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, | 41 | int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, |
42 | struct hlist_head *); | 42 | struct hlist_head *); |
43 | int propagate_umount(struct hlist_head *); | 43 | int propagate_umount(struct list_head *); |
44 | int propagate_mount_busy(struct mount *, int); | 44 | int propagate_mount_busy(struct mount *, int); |
45 | void mnt_release_group_id(struct mount *); | 45 | void mnt_release_group_id(struct mount *); |
46 | int get_dominating_id(struct mount *mnt, const struct path *root); | 46 | int get_dominating_id(struct mount *mnt, const struct path *root); |