Commit e934ca3
committed
dm-integrity: fix a warning on invalid table line
JIRA: https://issues.redhat.com/browse/RHEL-92762
Upstream Status: kernel/git/torvalds/linux.git
commit 0a533c3
Author: Mikulas Patocka <mpatocka@redhat.com>
Date: Tue Apr 22 21:18:33 2025 +0200
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
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>1 parent ae18a7e commit e934ca3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5176 | 5176 | | |
5177 | 5177 | | |
5178 | 5178 | | |
5179 | | - | |
| 5179 | + | |
5180 | 5180 | | |
5181 | 5181 | | |
5182 | 5182 | | |
| |||
0 commit comments