]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/mount.h
RCU'd vfsmounts
[mirror_ubuntu-zesty-kernel.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 */