]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit18b1c03786f017fdfdb61415456fcc5d9f62c989
tree8e52ce9773b64debc3b636daab5c101d017631b3
parentcb92458d67e80c02c9dc9cfb3d3fdc012fbf6256
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: 59da4b124305 ("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