]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mbcache.h
SLUB: Support for performance statistics
[linux-2.6-omap-h63xx.git] / include / linux / mbcache.h
index 8e5a10410a30e31d4fbde376d6686354d6903e8a..99e044b4efc6d62ea92e79f79a2b74ec8b8559ad 100644 (file)
@@ -22,14 +22,14 @@ struct mb_cache_entry {
 };
 
 struct mb_cache_op {
-       int (*free)(struct mb_cache_entry *, int);
+       int (*free)(struct mb_cache_entry *, gfp_t);
 };
 
 /* Functions on caches */
 
 struct mb_cache * mb_cache_create(const char *, struct mb_cache_op *, size_t,
                                  int, int);
-void mb_cache_shrink(struct mb_cache *, struct block_device *);
+void mb_cache_shrink(struct block_device *);
 void mb_cache_destroy(struct mb_cache *);
 
 /* Functions on cache entries */