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 33f1e3cb3cd2..55546a2f9b51 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -30,7 +30,7 @@ static inline void set_mnt_shared(struct mount *mnt) | |||
30 | } | 30 | } |
31 | 31 | ||
32 | void change_mnt_propagation(struct mount *, int); | 32 | void change_mnt_propagation(struct mount *, int); |
33 | int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *, | 33 | int propagate_mnt(struct mount *, struct dentry *, struct mount *, |
34 | struct list_head *); | 34 | struct list_head *); |
35 | int propagate_umount(struct list_head *); | 35 | int propagate_umount(struct list_head *); |
36 | int propagate_mount_busy(struct mount *, int); | 36 | int propagate_mount_busy(struct mount *, int); |