From 090bedae8599321093caa98ff543978d25f1ea14 Mon Sep 17 00:00:00 2001 From: fanyong Date: Wed, 17 Sep 2008 02:06:27 +0000 Subject: [PATCH] Branch b1_8_gate b=16303 i=nikita i=johann Remove old patch. --- lustre/llite/llite_internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index edd39ad..f72219d 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -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 */ -- 1.8.3.1