summaryrefslogtreecommitdiffstats
path: root/fs/ext3
diff options
context:
space:
mode:
authorAndreas Gruenbacher2005-07-27 20:45:15 +0200
committerLinus Torvalds2005-07-28 01:26:07 +0200
commit8c52ab42c11b5a7fb44bb84c954d09968e90e9e7 (patch)
treeee2496abc8d0246db90ba43b3ea9d4ddebd7b62d /fs/ext3
parent[PATCH] ppc64: tpm_infineon build fix (diff)
downloadkernel-qcow2-linux-8c52ab42c11b5a7fb44bb84c954d09968e90e9e7.tar.gz
kernel-qcow2-linux-8c52ab42c11b5a7fb44bb84c954d09968e90e9e7.tar.xz
kernel-qcow2-linux-8c52ab42c11b5a7fb44bb84c954d09968e90e9e7.zip
[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>
Diffstat (limited to 'fs/ext3')
-rw-r--r--fs/ext3/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index 3f9dfa643b19..269c7b92db9a 100644
--- a/fs/ext3/xattr.c
+++ b/fs/ext3/xattr.c
@@ -1106,7 +1106,7 @@ cleanup:
void
ext3_xattr_put_super(struct super_block *sb)
{
- mb_cache_shrink(ext3_xattr_cache, sb->s_bdev);
+ mb_cache_shrink(sb->s_bdev);
}
/*