tools: Add kmem_cache_alloc_lru()
[linux-2.6-microblaze.git] / tools / testing / radix-tree / linux.c
index 81539f5..d5c1bcb 100644 (file)
@@ -25,7 +25,8 @@ struct kmem_cache {
        void (*ctor)(void *);
 };
 
-void *kmem_cache_alloc(struct kmem_cache *cachep, int gfp)
+void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru,
+               int gfp)
 {
        void *p;