diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h index 4a5f1dca0c2e..c7bd401960ea 100644 --- a/fs/mount.h +++ b/fs/mount.h | |||
@@ -26,6 +26,8 @@ struct mount { | |||
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 | struct mnt_namespace *mnt_ns; /* containing namespace */ |
29 | int mnt_id; /* mount identifier */ | ||
30 | int mnt_group_id; /* peer group identifier */ | ||
29 | }; | 31 | }; |
30 | 32 | ||
31 | static inline struct mount *real_mount(struct vfsmount *mnt) | 33 | static inline struct mount *real_mount(struct vfsmount *mnt) |