From: Mike Snitzer Date: Tue, 30 Jun 2009 14:18:17 +0000 (+0100) Subject: dm table: fix blk_stack_limits arg to use bytes not sectors X-Git-Tag: v2.6.31-rc2~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9df47cc92573b159ef3b4fda516c32cba9c4fd;p=pandora-kernel.git dm table: fix blk_stack_limits arg to use bytes not sectors The offset passed to blk_stack_limits() must be in bytes not sectors. Fixes false warnings like the following: device-mapper: table: 254:1: target device sda6 is misaligned Signed-off-by: Mike Snitzer Reported-by: Frans Pop Tested-by: Frans Pop Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed