commit | 1b8e5564b9d34cbeb3047dd2be8ec9cd5e2785e2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 24 21:01:32 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:02 2012 -0500 |
tree | 61633a9593b4d1c337d7182aee2e2d2af9e9f299 | |
parent | d5e50f74dd2ed6dd1bb4bf6fe58e5a7de4b77953 [diff] [blame] |
vfs: the first spoils - mnt_hash moved taken out of struct vfsmount into struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index 44e5b6f..831e7c8 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -1,6 +1,7 @@ #include <linux/mount.h> struct mount { + struct list_head mnt_hash; struct vfsmount mnt; };