diff options
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index c62c72fad212..9b88ba06794a 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -29,4 +29,6 @@ static inline void set_mnt_shared(struct vfsmount *mnt) | |||
29 | void change_mnt_propagation(struct vfsmount *, int); | 29 | void change_mnt_propagation(struct vfsmount *, int); |
30 | int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *, | 30 | int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *, |
31 | struct list_head *); | 31 | struct list_head *); |
32 | int propagate_umount(struct list_head *); | ||
33 | int propagate_mount_busy(struct vfsmount *, int); | ||
32 | #endif /* _LINUX_PNODE_H */ | 34 | #endif /* _LINUX_PNODE_H */ |