From: Mikulas Patocka Date: Fri, 14 Mar 2014 22:40:39 +0000 (-0400) Subject: dm: change sector_count member in clone_info from sector_t to unsigned X-Git-Tag: omap-for-v3.16/fixes-against-rc1~37^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d6609a5fe34463ae2fd48d846931f70de8b37b;p=pandora-kernel.git dm: change sector_count member in clone_info from sector_t to unsigned It is impossible to create bios with 2^23 or more sectors (the size is stored as a 32-bit byte count in the bio). So we convert some sector_t values to unsigned integers. This is needed for the next commit ("dm: introduce dm_accept_partial_bio") that replaces integer value arguments with pointers, so the size of the integer must match. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed