Files
i2som-imx-linux/drivers/md
Mikulas Patocka c0b50b292c dm verity: fix overflow check
commit 1d55f6bcc0 upstream.

This patch fixes sector_t overflow checking in dm-verity.

Without this patch, the code checks for overflow only if sector_t is
smaller than long long, not if sector_t and long long have the same size.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-07 08:32:22 -07:00
..
2012-10-07 08:32:22 -07:00