OSDN Git Service

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)
commitba2cce82ba1ba74cd83bb3fd0e47849af4f2a605
treefc9c2c317477a7b3578f4589775e8cbfbf86803b
parent3c1c875d058669b4dee68f877ec8a65ad4ae8b5b
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