[-mm patch] fix a superfluous kmem_set_shrinker() prototype

From: Adrian Bunk
Date: Sat Apr 01 2006 - 05:39:21 EST


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- 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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/