diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 00:50:41 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:10 -0500 |
commit | 15169fe784a9846b24cdb0840329d41aebc23249 (patch) | |
tree | ef9e843dcd333204fd7fdca6d21fe96d0647da80 /include/linux/mount.h | |
parent | 143c8c91cee7efdd732ec5f61b3471fc46192f20 (diff) |
vfs: mnt_id/mnt_group_id moved
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index eb8c1f1be90c..b26dc40bfafc 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -58,8 +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 | int mnt_id; /* mount identifier */ | ||
62 | int mnt_group_id; /* peer group identifier */ | ||
63 | int mnt_expiry_mark; /* true if marked for expiry */ | 61 | int mnt_expiry_mark; /* true if marked for expiry */ |
64 | int mnt_pinned; | 62 | int mnt_pinned; |
65 | int mnt_ghosts; | 63 | int mnt_ghosts; |