diff options
Diffstat (limited to 'fs/mbcache.c')
| -rw-r--r-- | fs/mbcache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/mbcache.c b/fs/mbcache.c index c7170b9221a3..b002a088857d 100644 --- a/fs/mbcache.c +++ b/fs/mbcache.c | |||
| @@ -316,11 +316,10 @@ fail: | |||
| 316 | * currently in use cannot be freed, and thus remain in the cache. All others | 316 | * currently in use cannot be freed, and thus remain in the cache. All others |
| 317 | * are freed. | 317 | * are freed. |
| 318 | * | 318 | * |
| 319 | * @cache: which cache to shrink | ||
| 320 | * @bdev: which device's cache entries to shrink | 319 | * @bdev: which device's cache entries to shrink |
| 321 | */ | 320 | */ |
| 322 | void | 321 | void |
| 323 | mb_cache_shrink(struct mb_cache *cache, struct block_device *bdev) | 322 | mb_cache_shrink(struct block_device *bdev) |
| 324 | { | 323 | { |
| 325 | LIST_HEAD(free_list); | 324 | LIST_HEAD(free_list); |
| 326 | struct list_head *l, *ltmp; | 325 | struct list_head *l, *ltmp; |
