]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/core/flow.c
[PATCH] slab: remove kmem_cache_t
[net-next-2.6.git] / net / core / flow.c
index 5df3e297f817373e0c6ce567da25caa88a12b74e..104c25d00a1d20721e363169813d335ab0652b67 100644 (file)
@@ -44,7 +44,7 @@ static DEFINE_PER_CPU(struct flow_cache_entry **, flow_tables) = { NULL };
 
 #define flow_table(cpu) (per_cpu(flow_tables, cpu))
 
-static kmem_cache_t *flow_cachep __read_mostly;
+static struct kmem_cache *flow_cachep __read_mostly;
 
 static int flow_lwm, flow_hwm;