[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090911184850.46E81B1757@basil.firstfloor.org>
Date: Fri, 11 Sep 2009 20:48:50 +0200 (CEST)
From: Andi Kleen <andi@...stfloor.org>
To: chris.mason@...cle.com, linux-kernel@...r.kernel.org
Subject: [PATCH] [21/21] HWPOISON: Enable error_remove_page on btrfs
Cc: chris.mason@...cle.com
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
fs/btrfs/inode.c | 1 +
1 file changed, 1 insertion(+)
Index: linux/fs/btrfs/inode.c
===================================================================
--- linux.orig/fs/btrfs/inode.c
+++ linux/fs/btrfs/inode.c
@@ -5269,6 +5269,7 @@ static struct address_space_operations b
.invalidatepage = btrfs_invalidatepage,
.releasepage = btrfs_releasepage,
.set_page_dirty = btrfs_set_page_dirty,
+ .error_remove_page = generic_error_remove_page,
};
static struct address_space_operations btrfs_symlink_aops = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists