dm integrity: fix recalculation when moving from journal mode to bitmap mode
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 7 Feb 2020 16:42:30 +0000 (11:42 -0500)
committerMike Snitzer <snitzer@redhat.com>
Tue, 25 Feb 2020 17:06:06 +0000 (12:06 -0500)
commitd5bdf66108419cdb39da361b58ded661c29ff66e
tree46777deea2038eeef997f1f543144ee175b5df32
parent47ace7e012b9f7ad71d43ac9063d335ea3d6820b
dm integrity: fix recalculation when moving from journal mode to bitmap mode

If we resume a device in bitmap mode and the on-disk format is in journal
mode, we must recalculate anything above ic->sb->recalc_sector. Otherwise,
there would be non-recalculated blocks which would cause I/O errors.

Fixes: 468dfca38b1a ("dm integrity: add a bitmap mode")
Cc: stable@vger.kernel.org # v5.2+
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-integrity.c