]> err.no Git - linux-2.6/blobdiff - include/linux/mount.h
Pull release into acpica branch
[linux-2.6] / include / linux / mount.h
index 7e133ae2a94fd3d49cb572ba25c1228ae8640fea..dd4e83eba933a3f345e55077b745afb7975c853a 100644 (file)
@@ -21,6 +21,7 @@
 #define MNT_NODEV      0x02
 #define MNT_NOEXEC     0x04
 #define MNT_SHARED     0x10    /* if the vfsmount is a shared mount */
+#define MNT_UNBINDABLE 0x20    /* if the vfsmount is a unbindable mount */
 #define MNT_PNODE_MASK 0x30    /* propogation flag mask */
 
 struct vfsmount {