From: Suzuki K P Date: Thu, 7 Dec 2006 04:35:16 +0000 (-0800) Subject: [PATCH] Fix check_partition routines X-Git-Tag: v2.6.20-rc1~145^2^2~245 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57881dd9df40b76dc7fc6a0d13fd75f337accb32;p=pandora-kernel.git [PATCH] Fix check_partition routines check_partition() stops its probe once it hits an I/O error from the partition checkers. This would prevent the actual partition checker getting a chance to verify the partition. So this patch lets check_partition() continue probing untill it hits a success while recording the I/O error which might have been reported by the checking routines. Also, it does some cleanup of the partition methods for ibm, atari and amiga to return -1 upon hitting an I/O error. Signed-off-by: Suzuki K P Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed