From: Neil Brown Date: Fri, 15 Jul 2005 10:56:27 +0000 (-0700) Subject: [PATCH] Fix raid0's attempt to divide by 64bit numbers X-Git-Tag: v2.6.13-rc4~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb29128c644581fa51f822545921394ad4f719f;p=pandora-kernel.git [PATCH] Fix raid0's attempt to divide by 64bit numbers Apparently sector_div is only guaranteed to work with a 32bit divisor, even on 64bit architectures. So allow for this in raid0. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed