From: NeilBrown Date: Sun, 10 Dec 2006 10:20:51 +0000 (-0800) Subject: [PATCH] md: return a non-zero error to bi_end_io as appropriate in raid5 X-Git-Tag: v2.6.20-rc1~145^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b00852fbae4f8c45c2651530ded3bd01bde814;p=pandora-kernel.git [PATCH] md: return a non-zero error to bi_end_io as appropriate in raid5 Currently raid5 depends on clearing the BIO_UPTODATE flag to signal an error to higher levels. While this should be sufficient, it is safer to explicitly set the error code as well - less room for confusion. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed