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>
This commit is contained in:
Al Viro
2011-11-24 21:01:32 -05:00
parent d5e50f74dd
commit 1b8e5564b9
4 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
#include <linux/mount.h>
struct mount {
struct list_head mnt_hash;
struct vfsmount mnt;
};