summaryrefslogtreecommitdiff
path: root/rust/kernel/gpu/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-03-20 14:15:08 -0700
committerMikulas Patocka <mpatocka@redhat.com>2026-03-23 17:50:52 +0100
commit0e4c1eb59909ddaef19cd997e646d5d1ce251a6c (patch)
tree982444f08fa1ebfd3e9aae3e03241d207a3fea8c /rust/kernel/gpu/git@git.tavy.me:linux-stable.git
parent23e6e57a93bcabe86d5f0eab1df0c44706ab18f3 (diff)
dm-verity-fec: warn even when there were no errors
Currently FEC logs a warning message if at least one error was corrected, or an error message if there were uncorrectable errors. However, it doesn't log anything if there were no errors. "No errors" is actually unexpected, though, considering that dm-verity calls verity_fec_decode() only when a block's digest doesn't match. If there were to ever be a bug where verity_fec_decode() is called on blocks with the correct digest, then there would be no indication in the log that FEC is running and degrading performance. Therefore, let's log the warning message even when there were no errors. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'rust/kernel/gpu/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions