]> git.baikalelectronics.ru Git - kernel.git/commit
dm verity: conditionally enable branching for "try_verify_in_tasklet"
authorMike Snitzer <snitzer@kernel.org>
Mon, 25 Jul 2022 20:52:17 +0000 (16:52 -0400)
committerMike Snitzer <snitzer@kernel.org>
Thu, 4 Aug 2022 17:50:43 +0000 (13:50 -0400)
commit74458a3aa94d4939ecdd22d492fadcde36a107ba
treefc9c2c317477a7b3578f4589775e8cbfbf86803b
parent8aa2d0686c18906a3cc9838f92362458af925d6d
dm verity: conditionally enable branching for "try_verify_in_tasklet"

Use jump_label to limit the need for branching unless the optional
"try_verify_in_tasklet" feature is used.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-verity-target.c