X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext2%2Fxattr.c;h=0099462d42710076958af54645531c175c6e9fcd;hb=4df08c52582be558e12316ae60bf077ca8f17a1e;hp=27982b500e84a972412e2731125b70c30df7a36c;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index 27982b500e..0099462d42 100644 --- a/fs/ext2/xattr.c +++ b/fs/ext2/xattr.c @@ -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); }