[PATCH] mbcache: Remove unused mb_cache_shrink parameter
The cache parameter to mb_cache_shrink isn't used. We may as well remove it. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
3dcce8e22b
commit
8c52ab42c1
@@ -823,7 +823,7 @@ cleanup:
|
||||
void
|
||||
ext2_xattr_put_super(struct super_block *sb)
|
||||
{
|
||||
mb_cache_shrink(ext2_xattr_cache, sb->s_bdev);
|
||||
mb_cache_shrink(sb->s_bdev);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user