From: Andre Noll Date: Thu, 8 Jan 2009 21:31:07 +0000 (+1100) Subject: md: raid0 create_strip_zones(): Make two local variables sector-based. X-Git-Tag: v2.6.29-rc1~47^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8796cc3decb43c7c67a13a0699b6a21b754c78;p=pandora-kernel.git md: raid0 create_strip_zones(): Make two local variables sector-based. current_offset and curr_zone_offset stored the corresponding offsets as 1K quantities. Rename them to current_start and curr_zone_start to match the naming of struct strip_zone and store the offsets as sector counts. Also, add KERN_INFO to the printk() affected by this change to make checkpatch happy. Signed-off-by: Andre Noll Signed-off-by: NeilBrown --- Reading git-diff-tree failed