diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 00:22:05 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:08 -0500 |
commit | 6776db3d32b2a59198ec7ac6d32be0b9fdbd8a68 (patch) | |
tree | d293d993f41bdea79eaeb51f404e9837a49cb039 /include/linux/mount.h | |
parent | 32301920f44a9334f57dd94bebfc6e593b99ad47 (diff) |
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 2d5beb5e3a8c..2f5f3ae3bd2d 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -58,10 +58,6 @@ struct vfsmount { | |||
58 | #endif | 58 | #endif |
59 | const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ | 59 | const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ |
60 | struct list_head mnt_list; | 60 | struct list_head mnt_list; |
61 | struct list_head mnt_expire; /* link in fs-specific expiry list */ | ||
62 | struct list_head mnt_share; /* circular list of shared mounts */ | ||
63 | struct list_head mnt_slave_list;/* list of slave mounts */ | ||
64 | struct list_head mnt_slave; /* slave list entry */ | ||
65 | struct mnt_namespace *mnt_ns; /* containing namespace */ | 61 | struct mnt_namespace *mnt_ns; /* containing namespace */ |
66 | int mnt_id; /* mount identifier */ | 62 | int mnt_id; /* mount identifier */ |
67 | int mnt_group_id; /* peer group identifier */ | 63 | int mnt_group_id; /* peer group identifier */ |