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:
@@ -1,6 +1,7 @@
|
||||
#include <linux/mount.h>
|
||||
|
||||
struct mount {
|
||||
struct list_head mnt_hash;
|
||||
struct vfsmount mnt;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user