public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [-mm patch] fix a superfluous kmem_set_shrinker() prototype
@ 2006-04-01 10:42 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-04-01 10:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Bharata B Rao, Yoichi Yuasa

This patch fixes a bug I introduced in 
slab-cache-shrinker-statistics.patch.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-mm2-full/include/linux/slab.h.old	2006-03-31 15:56:09.000000000 +0200
+++ linux-2.6.16-mm2-full/include/linux/slab.h	2006-03-31 15:56:24.000000000 +0200
@@ -222,9 +222,6 @@
 
 extern atomic_t slab_reclaim_pages;
 
-struct shrinker;
-extern void kmem_set_shrinker(kmem_cache_t *cachep, struct shrinker *shrinker);
-
 #endif	/* __KERNEL__ */
 
 #endif	/* _LINUX_SLAB_H */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-01 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 10:42 [-mm patch] fix a superfluous kmem_set_shrinker() prototype Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox