summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2025-12-19 11:29:05 -0800
committerMikulas Patocka <mpatocka@redhat.com>2026-01-04 20:35:32 +0100
commit12f74a157750a05d0285086bef97149c9ea1c257 (patch)
treef406b5d4e1dc59e9aa2a558c7fe182fd450a2d2e /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent533e641b4587cfe144f413e50eb771433ea82845 (diff)
dm-verity: remove unnecessary condition for verity_fec_finish_io()
Make verity_finish_io() call verity_fec_finish_io() unconditionally, instead of skipping it when 'in_bh' is true. Although FEC can't have been done when 'in_bh' is true, verity_fec_finish_io() is a no-op when FEC wasn't done. An earlier change also made verity_fec_finish_io() very lightweight when FEC wasn't done. So it should just be called unconditionally. Reviewed-by: Sami Tolvanen <samitolvanen@google.com> Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions