b=16303
i=nikita
i=johann
Remove old patch.
Frequency : Only on FC kernels 2.6.22+
Bugzilla : 16303
Description: oops in statahead
-Details : Disable statahead on systems with CONFIG_SLUB enabled, until
- such a time as problem is understood.
+Details : Do not drop reference count for the dentry from VFS when lookup,
+ VFS will do that by itself.
Severity : major
Bugzilla : 17024
/* 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 */