summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 73c3a8f90580..f14e587c5d5d 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -211,7 +211,7 @@ struct dentry_operations {
211 211
212#define DCACHE_MAY_FREE 0x00800000 212#define DCACHE_MAY_FREE 0x00800000
213#define DCACHE_FALLTHRU 0x01000000 /* Fall through to lower layer */ 213#define DCACHE_FALLTHRU 0x01000000 /* Fall through to lower layer */
214#define DCACHE_ENCRYPTED_WITH_KEY 0x02000000 /* dir is encrypted with a valid key */ 214#define DCACHE_ENCRYPTED_NAME 0x02000000 /* Encrypted name (dir key was unavailable) */
215#define DCACHE_OP_REAL 0x04000000 215#define DCACHE_OP_REAL 0x04000000
216 216
217#define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ 217#define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */