dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEP
authorMike Snitzer <snitzer@kernel.org>
Mon, 25 Jul 2022 22:26:48 +0000 (18:26 -0400)
committerMike Snitzer <snitzer@kernel.org>
Thu, 4 Aug 2022 17:50:43 +0000 (13:50 -0400)
commit3c1c875d058669b4dee68f877ec8a65ad4ae8b5b
tree72001611c0e484735787a9e44e6482eabece44b5
parentdf326e7a06990bab011afc8c17de1ab2774e4bb8
dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEP

Use jump_label to limit the need for branching unless the optional
DM_BUFIO_CLIENT_NO_SLEEP is used.

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