aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-25 00:57:42 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:57:10 -0500
commit863d684f946eb240c7dd57d265d88315950ca5cc (patch)
tree99b3c84299b2e273465f023bcbcc16a231529260 /include/linux/mount.h
parent15169fe784a9846b24cdb0840329d41aebc23249 (diff)
vfs: move the rest of int fields 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index b26dc40bfafc..080e3088ca81 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -58,9 +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_expiry_mark; /* true if marked for expiry */
62 int mnt_pinned;
63 int mnt_ghosts;
64}; 61};
65 62
66struct file; /* forward dec */ 63struct file; /* forward dec */