<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Andreas Gruenbacher &lt;agruen@suse.de&gt;

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

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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 &lt;linux/xattr.h&gt;
 #include &lt;linux/reiserfs_xattr.h&gt;
 #include &lt;linux/reiserfs_acl.h&gt;
-#include &lt;linux/mbcache.h&gt;
 #include &lt;asm/uaccess.h&gt;
 #include &lt;asm/checksum.h&gt;
 #include &lt;linux/smp_lock.h&gt;
_
</pre></body></html>