commit | aba809cf0944fdc5a83ef8b5864cdce2a99b2513 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 28 23:10:55 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 24 23:34:58 2013 -0400 |
tree | ea958e25bc153d0075933b8258723a3182ad2cec | |
parent | 9559f68915024ece8be3781003f25aef3677e574 [diff] [blame] |
namespace.c: get rid of mnt_ghosts Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index 64a8581..3168dc4 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -55,7 +55,7 @@ int mnt_group_id; /* peer group identifier */ int mnt_expiry_mark; /* true if marked for expiry */ int mnt_pinned; - int mnt_ghosts; + struct path mnt_ex_mountpoint; }; #define MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */