tree 634447f4dfd9299deb5a53a1b9fab267186556cd parent ec0344a2c93c770fe1ef7cdccd8115a69ca100d1 author Andreas Gruenbacher <[EMAIL PROTECTED]> Thu, 28 Jul 2005 01:45:16 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Thu, 28 Jul 2005 06:26:07 -0700
[PATCH] reiserfs doesn't use mbcache reiserfs doesn't use the mbcache, so this can go. Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> fs/reiserfs/xattr.c | 1 - 1 files changed, 1 deletion(-) diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c --- 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> - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
