
From: Andreas Gruenbacher <agruen@suse.de>

reiserfs doesn't use the mbcache, so this can go.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 fs/reiserfs/xattr.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN fs/reiserfs/xattr.c~reiserfs-doesnt-use-mbcache fs/reiserfs/xattr.c
--- devel/fs/reiserfs/xattr.c~reiserfs-doesnt-use-mbcache	2005-07-16 14:11:47.000000000 -0700
+++ devel-akpm/fs/reiserfs/xattr.c	2005-07-16 14:11:47.000000000 -0700
@@ -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>
_
