Mirror MS_KERNMOUNT in ->mnt_flags
[linux-2.6-block.git] / include / linux / mount.h
index 163896137ab54d1277c24315cc8e8d34fcfecb4a..ca726ebf50a3197e92b864254079af52cfa342ec 100644 (file)
@@ -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 */