block: replace always false argument with 'false'
authorJens Axboe <axboe@kernel.dk>
Mon, 1 Nov 2021 19:40:12 +0000 (13:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Nov 2021 12:57:27 +0000 (06:57 -0600)
commitb22809092c70099f4d8c3b6f3d34c5bc89b300ea
tree8e52ce9773b64debc3b636daab5c101d017631b3
parenta22c00be90de188d36f4772ef7b268aa48d7010d
block: replace always false argument with 'false'

A previous commit fixed up the condition for doing direct issue, but that
left the 'from_schedule' argument dead inside the branch. Replace it with
'false'.

Fixes: ff1552232b36 ("blk-mq: don't issue request directly in case that current is to be blocked")
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c