Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep'
[firefly-linux-kernel-4.4.55.git] / include / linux / mount.h
index 38cd98f112a0e4ccb62e32d94a2d1065ce76b2dd..371d346fa270dbfe7d8d3ac4a7849ab9cf6b5f77 100644 (file)
@@ -49,6 +49,8 @@ struct mnt_namespace;
 
 #define MNT_LOCK_READONLY      0x400000
 #define MNT_LOCKED             0x800000
+#define MNT_DOOMED             0x1000000
+#define MNT_SYNC_UMOUNT                0x2000000
 
 struct vfsmount {
        struct dentry *mnt_root;        /* root of the mounted tree */