From 12ecdc8564ee6265f8e3427b8900d7253772c931 Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 3 Dec 2007 08:54:21 +0000 Subject: [PATCH] revert slab type detection. b=14359. --- lnet/autoconf/lustre-lnet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 434cb1b..8b27da8 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -1140,7 +1140,7 @@ EXTRA_KCFLAGS="-Werror" LB_LINUX_TRY_COMPILE([ #include ],[ - kmem_cache_t *cachep = NULL; + kmem_cache_s *cachep = NULL; kmem_cache_free(cachep, NULL); -- 1.8.3.1