]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/fib_hash.c
[PATCH] slab: remove kmem_cache_t
[net-next-2.6.git] / net / ipv4 / fib_hash.c
index 4463443e42cdaad4c47108629216a18b4e56cac0..648f47c1c399e262c86cfc22588ff257a5babcd5 100644 (file)
@@ -45,8 +45,8 @@
 
 #include "fib_lookup.h"
 
-static kmem_cache_t *fn_hash_kmem __read_mostly;
-static kmem_cache_t *fn_alias_kmem __read_mostly;
+static struct kmem_cache *fn_hash_kmem __read_mostly;
+static struct kmem_cache *fn_alias_kmem __read_mostly;
 
 struct fib_node {
        struct hlist_node       fn_hash;