--- linux-work/include/linux/dcache.h-DNAME	Mon Feb  4 02:13:18 2002
+++ linux-work/include/linux/dcache.h	Mon Feb  4 13:19:35 2002
@@ -61,7 +61,8 @@
 	return end_name_hash(hash);
 }
 
-#define DNAME_INLINE_LEN 16
+/* XXX: check good value for 64bit */ 
+#define DNAME_INLINE_LEN 32
 
 struct dentry {
 	atomic_t d_count;