diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 00:46:35 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:09 -0500 |
commit | 143c8c91cee7efdd732ec5f61b3471fc46192f20 (patch) | |
tree | dd3e9a9b8b88f1876a258fe1bf274532aeb72a62 /include/linux/mount.h | |
parent | 900148dcac6bc93ca688d64a7f9a9f8d706e0d1c (diff) | |
download | op-kernel-dev-143c8c91cee7efdd732ec5f61b3471fc46192f20.zip op-kernel-dev-143c8c91cee7efdd732ec5f61b3471fc46192f20.tar.gz |
vfs: mnt_ns moved 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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 2f5f3ae..eb8c1f1 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -58,7 +58,6 @@ struct vfsmount { #endif const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ struct list_head mnt_list; - struct mnt_namespace *mnt_ns; /* containing namespace */ int mnt_id; /* mount identifier */ int mnt_group_id; /* peer group identifier */ int mnt_expiry_mark; /* true if marked for expiry */ |