[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061118054352.8884.69397.sendpatchset@schroedinger.engr.sgi.com>
Date: Fri, 17 Nov 2006 21:43:52 -0800 (PST)
From: Christoph Lameter <clameter@....com>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, Manfred Spraul <manfred@...orfullife.com>,
Christoph Lameter <clameter@....com>,
Pekka Enberg <penberg@...helsinki.fi>
Subject: [RFC 2/7] Remove bio_cachep from slab.h
Remove bio_cachep from slab.h
bio_cachep is no longer used it seems.
Signed-off-by: Christoph Lameter <clameter@....com>
Index: linux-2.6.19-rc5-mm2/include/linux/slab.h
===================================================================
--- linux-2.6.19-rc5-mm2.orig/include/linux/slab.h 2006-11-17 23:03:46.114062585 -0600
+++ linux-2.6.19-rc5-mm2/include/linux/slab.h 2006-11-17 23:03:51.817677214 -0600
@@ -302,7 +302,6 @@ extern kmem_cache_t *names_cachep;
extern kmem_cache_t *files_cachep;
extern kmem_cache_t *filp_cachep;
extern kmem_cache_t *fs_cachep;
-extern kmem_cache_t *bio_cachep;
#endif /* __KERNEL__ */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists