commit | 892b6f90db81cccb723d5d92f4fddc2d68b206e1 | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Wed Oct 13 21:18:03 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Wed Oct 13 21:19:12 2010 +0200 |
tree | a4cedbff388c2cc0659c76f429003b856ef17943 | |
parent | c49c06e4960949a9bced708858433fcf6ca36a9c [diff] |
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 <martin.petersen@oracle.com> Acked-by: Mike Snitzer <snitzer@redhat.com> Cc: stable@kernel.org Signed-off-by: Jens Axboe <jaxboe@fusionio.com>