X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fmbcache.c;h=b002a088857da50e26efcfc72d8f76e0d0b8379c;hb=85747f0325406f3393f48e50c7e31437e2915141;hp=c7170b9221a306a0b024c29f7e2599957edc73ce;hpb=7078253c085c037c070ca4e8bc9e9e7f18aa1e84;p=linux-2.6 diff --git a/fs/mbcache.c b/fs/mbcache.c index c7170b9221..b002a08885 100644 --- a/fs/mbcache.c +++ b/fs/mbcache.c @@ -316,11 +316,10 @@ fail: * currently in use cannot be freed, and thus remain in the cache. All others * are freed. * - * @cache: which cache to shrink * @bdev: which device's cache entries to shrink */ void -mb_cache_shrink(struct mb_cache *cache, struct block_device *bdev) +mb_cache_shrink(struct block_device *bdev) { LIST_HEAD(free_list); struct list_head *l, *ltmp;