]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/dcache.h
vfs: reorganize dput() memory accesses
[mirror_ubuntu-artful-kernel.git] / include / linux / dcache.h
index fe50f3db3af9f125cc7c5aa25effa0f1eae06d3a..feaa8d88eef7171afb422208ceeb2ab7ad99fbcc 100644 (file)
@@ -208,6 +208,7 @@ struct dentry_operations {
 #define DCACHE_MANAGED_DENTRY \
        (DCACHE_MOUNTED|DCACHE_NEED_AUTOMOUNT|DCACHE_MANAGE_TRANSIT)
 
+#define DCACHE_LRU_LIST                0x80000
 #define DCACHE_DENTRY_KILLED   0x100000
 
 extern seqlock_t rename_lock;