tools, bpftool: Remove two unused variables.
[linux-2.6-microblaze.git] / include / linux / dcache.h
index 65d975b..6f95c33 100644 (file)
@@ -213,7 +213,7 @@ struct dentry_operations {
 
 #define DCACHE_MAY_FREE                        0x00800000
 #define DCACHE_FALLTHRU                        0x01000000 /* Fall through to lower layer */
-#define DCACHE_ENCRYPTED_NAME          0x02000000 /* Encrypted name (dir key was unavailable) */
+#define DCACHE_NOKEY_NAME              0x02000000 /* Encrypted name encoded without key */
 #define DCACHE_OP_REAL                 0x04000000
 
 #define DCACHE_PAR_LOOKUP              0x10000000 /* being looked up (with parent locked shared) */