diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h index eb62ad232e4d..4a5f1dca0c2e 100644 --- a/fs/mount.h +++ b/fs/mount.h | |||
@@ -25,6 +25,7 @@ struct mount { | |||
25 | struct list_head mnt_slave_list;/* list of slave mounts */ | 25 | struct list_head mnt_slave_list;/* list of slave mounts */ |
26 | struct list_head mnt_slave; /* slave list entry */ | 26 | struct list_head mnt_slave; /* slave list entry */ |
27 | struct mount *mnt_master; /* slave is on master->mnt_slave_list */ | 27 | struct mount *mnt_master; /* slave is on master->mnt_slave_list */ |
28 | struct mnt_namespace *mnt_ns; /* containing namespace */ | ||
28 | }; | 29 | }; |
29 | 30 | ||
30 | static inline struct mount *real_mount(struct vfsmount *mnt) | 31 | static inline struct mount *real_mount(struct vfsmount *mnt) |