From: Andre Noll Date: Thu, 8 Jan 2009 21:31:06 +0000 (+1100) Subject: md: raid0_make_request(): Replace chunksize_bits by chunksect_bits. X-Git-Tag: v2.6.29-rc1~47^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7fdf8ff7c0e3fba9c679def4e98d5701d2949e;p=pandora-kernel.git md: raid0_make_request(): Replace chunksize_bits by chunksect_bits. As ffz(~(2 * x)) = ffz(~x) + 1, we have chunksect_bits = chunksize_bits + 1. Fixup all users accordingly. Signed-off-by: Andre Noll Signed-off-by: NeilBrown --- Reading git-diff-tree failed