]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/mbcache.c
mbcache: Remove unused features
authorAndreas Gruenbacher <agruen@suse.de>
Mon, 19 Jul 2010 16:19:41 +0000 (18:19 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:45 +0000 (16:48 -0400)
commit2aec7c523291621ebb68ba8e0bd9b52a26bb76ee
tree5be94d61cb157c0482c4e4005e438844c0312dd0
parent365b18189789bfa1acd9939e6312b8a4b4577b28
mbcache: Remove unused features

The mbcache code was written to support a variable number of indexes,
but all the existing users use exactly one index.  Simplify to code to
support only that case.

There are also no users of the cache entry free operation, and none of
the users keep extra data in cache entries.  Remove those features as
well.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext2/xattr.c
fs/ext3/xattr.c
fs/ext4/xattr.c
fs/mbcache.c
include/linux/mbcache.h