From: Martin K. Petersen Date: Wed, 13 Oct 2010 19:18:03 +0000 (+0200) Subject: block: Ensure physical block size is unsigned int X-Git-Tag: v2.6.37-rc1~168^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=892b6f90db81cccb723d5d92f4fddc2d68b206e1;p=pandora-kernel.git block: Ensure physical block size is unsigned int Physical block size was declared unsigned int to accomodate the maximum size reported by READ CAPACITY(16). Make sure we use the right type in the related functions. Signed-off-by: Martin K. Petersen Acked-by: Mike Snitzer Cc: stable@kernel.org Signed-off-by: Jens Axboe --- Reading git-diff-tree failed