aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-25 02:19:55 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:57:11 -0500
commit1a4eeaf2a8c07404e2d1c3ff99b393fd4c207170 (patch)
treedd67d87c51ac0338432faa5f6e6d28d56d724baa /include/linux/mount.h
parentvfs: switch pnode.h macros to struct mount * (diff)
downloadlinux-dev-1a4eeaf2a8c07404e2d1c3ff99b393fd4c207170.tar.xz
linux-dev-1a4eeaf2a8c07404e2d1c3ff99b393fd4c207170.zip
vfs: move mnt_list 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index 080e3088ca81..16ae3d46b30a 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -57,7 +57,6 @@ struct vfsmount {
struct hlist_head mnt_fsnotify_marks;
#endif
const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */
- struct list_head mnt_list;
};
struct file; /* forward dec */