diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-02-05 09:30:46 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-03 14:08:00 -0500 |
commit | 8089352a13b785d4e0df63d87bd2b71c76bb9aee (patch) | |
tree | e84db2c2a5c2095091d2012c00078023b90a3490 /include/linux/mount.h | |
parent | d498b25a4f877be535246c4e5b6ee5890781a477 (diff) | |
download | linux-3.10-8089352a13b785d4e0df63d87bd2b71c76bb9aee.tar.gz linux-3.10-8089352a13b785d4e0df63d87bd2b71c76bb9aee.tar.bz2 linux-3.10-8089352a13b785d4e0df63d87bd2b71c76bb9aee.zip |
Mirror MS_KERNMOUNT in ->mnt_flags
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 163896137ab..ca726ebf50a 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -45,6 +45,8 @@ struct mnt_namespace; #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE) +#define MNT_INTERNAL 0x4000 + struct vfsmount { struct list_head mnt_hash; struct vfsmount *mnt_parent; /* fs we are mounted on */ |