Eric Biggers 64611a15ca dm crypt: avoid truncating the logical block size
queue_limits::logical_block_size got changed from unsigned short to
unsigned int, but it was forgotten to update crypt_io_hints() to use the
new type.  Fix it.

Fixes: ad6bf88a6c19 ("block: fix an integer overflow in logical block size")
Cc: stable@vger.kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
2020-06-05 14:59:59 -04:00
..
2020-03-30 11:43:51 -07:00
2019-11-12 19:12:07 -07:00
2019-09-16 10:18:01 -04:00
2019-08-23 10:13:12 -04:00
2020-03-30 11:43:51 -07:00
2019-03-12 10:15:18 -07:00
2019-12-09 10:36:44 -08:00