]> www.infradead.org Git - users/dwmw2/linux.git/commit
block: req->bio is always set in the merge code
authorChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 16:11:51 +0000 (17:11 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Nov 2024 02:06:57 +0000 (19:06 -0700)
commit81314bfbde9d089fa2318adba54891dfaadb1c05
tree3c698aa3a024cb4eff91d2b2fb7a640e340f0e2b
parent9f8d68283342a48f692f2c02231318bb4a7b207f
block: req->bio is always set in the merge code

As smatch, which is a lot smarter than me noticed.  So remove the checks
for it, and condense these checks a bit including the comments stating
the obvious.

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20241119161157.1328171-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c