]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm-integrity: fix a warning on invalid table line
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 22 Apr 2025 19:18:33 +0000 (21:18 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Wed, 23 Apr 2025 11:09:15 +0000 (13:09 +0200)
commit0a533c3e4246c29d502a7e0fba0e86d80a906b04
tree3a160dde17753d3bb6316a0f1aa679f1eb13ccb1
parenta3d8f0a7f5e8b193db509c7191fefeed3533fc44
dm-integrity: fix a warning on invalid table line

If we use the 'B' mode and we have an invalit table line,
cancel_delayed_work_sync would trigger a warning. This commit avoids the
warning.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
drivers/md/dm-integrity.c