diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 00:07:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:08 -0500 |
commit | d10e8def07fc87488c396d2eff2c26c43bb541dd (patch) | |
tree | d0ad0d4c47838a096aafac353e206861cb6d62c1 /include/linux/mount.h | |
parent | 14cf1fa8f54353d9caf6174c1e4280c8c4dcfd7a (diff) |
vfs: take mnt_master to struct mount
make IS_MNT_SLAVE take struct mount * at the same time
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index e9990254d4d0..2d5beb5e3a8c 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -62,7 +62,6 @@ struct vfsmount { | |||
62 | struct list_head mnt_share; /* circular list of shared mounts */ | 62 | struct list_head mnt_share; /* circular list of shared mounts */ |
63 | struct list_head mnt_slave_list;/* list of slave mounts */ | 63 | struct list_head mnt_slave_list;/* list of slave mounts */ |
64 | struct list_head mnt_slave; /* slave list entry */ | 64 | struct list_head mnt_slave; /* slave list entry */ |
65 | struct vfsmount *mnt_master; /* slave is on master->mnt_slave_list */ | ||
66 | struct mnt_namespace *mnt_ns; /* containing namespace */ | 65 | struct mnt_namespace *mnt_ns; /* containing namespace */ |
67 | int mnt_id; /* mount identifier */ | 66 | int mnt_id; /* mount identifier */ |
68 | int mnt_group_id; /* peer group identifier */ | 67 | int mnt_group_id; /* peer group identifier */ |