block: move the blk-mq calls out of part_in_flight{,_rw}
authorChristoph Hellwig <hch@lst.de>
Wed, 13 May 2020 10:49:33 +0000 (12:49 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 May 2020 15:35:24 +0000 (09:35 -0600)
commitb2f609e191edc9c7a9dec603318461eeb23f8a6b
treea4a811ebd3e88beff94e6535212ead94a23b260d
parentf1394b79881458c3cfb12c1cac813085549f2c7d
block: move the blk-mq calls out of part_in_flight{,_rw}

Don't bother to call part_in_flight / part_in_flight_rw on blk-mq
devices, just call the blk-mq versions directly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c