summaryrefslogtreecommitdiff
path: root/fs/reiserfs
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-07-27 11:45:16 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-27 16:26:07 -0700
commit02b775696fee75a04041d8d94db26a9462216d24 (patch)
tree634447f4dfd9299deb5a53a1b9fab267186556cd /fs/reiserfs
parentec0344a2c93c770fe1ef7cdccd8115a69ca100d1 (diff)
[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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c
index e386d3db305..87ac9dc8b38 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>