diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2005-07-27 11:45:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 16:26:07 -0700 |
commit | 02b775696fee75a04041d8d94db26a9462216d24 (patch) | |
tree | 634447f4dfd9299deb5a53a1b9fab267186556cd /fs/reiserfs | |
parent | ec0344a2c93c770fe1ef7cdccd8115a69ca100d1 (diff) | |
download | op-kernel-dev-02b775696fee75a04041d8d94db26a9462216d24.zip op-kernel-dev-02b775696fee75a04041d8d94db26a9462216d24.tar.gz |
[PATCH] reiserfs doesn't use mbcache
reiserfs doesn't use the mbcache, so this can go.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/xattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index e386d3d..87ac9dc 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c @@ -39,7 +39,6 @@ #include <linux/xattr.h> #include <linux/reiserfs_xattr.h> #include <linux/reiserfs_acl.h> -#include <linux/mbcache.h> #include <asm/uaccess.h> #include <asm/checksum.h> #include <linux/smp_lock.h> |