Whamcloud - gitweb
Branch b1_8_gate
authorfanyong <fanyong>
Wed, 17 Sep 2008 02:06:27 +0000 (02:06 +0000)
committerfanyong <fanyong>
Wed, 17 Sep 2008 02:06:27 +0000 (02:06 +0000)
b=16303
i=nikita
i=johann

Remove old patch.

lustre/llite/llite_internal.h

index edd39ad..f72219d 100644 (file)
@@ -1041,11 +1041,7 @@ int ll_removexattr(struct dentry *dentry, const char *name);
 /* statahead.c */
 
 #define LL_SA_RPC_MIN   2
-#ifdef CONFIG_SLUB /* can be removed once bug 16303 is fixed */
-#define LL_SA_RPC_DEF   0
-#else
 #define LL_SA_RPC_DEF   32
-#endif
 #define LL_SA_RPC_MAX   8192
 
 /* per inode struct, for dir only */