Whamcloud - gitweb
LU-139 move DCACHE_LUSTRE_INVALID to higher bit to prevent conflict with other dentry...
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 6967afb..783d8c4 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 #ifndef DCACHE_LUSTRE_INVALID
-#define DCACHE_LUSTRE_INVALID 0x4000
+#define DCACHE_LUSTRE_INVALID 0x4000000
 #endif
 
 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0")