commit | 1b7fdf8ff7c0e3fba9c679def4e98d5701d2949e | [log] [tgz] |
---|---|---|
author | Andre Noll <maan@systemlinux.org> | Fri Jan 09 08:31:06 2009 +1100 |
committer | NeilBrown <neilb@suse.de> | Fri Jan 09 08:31:06 2009 +1100 |
tree | c24c3a5f0c5f36a2af9b2a860074995b18537d06 | |
parent | 0c3573f19d135d718264e38c46597295bd6154b7 [diff] |
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 <maan@systemlinux.org> Signed-off-by: NeilBrown <neilb@suse.de>