]> git.baikalelectronics.ru Git - kernel.git/commit
block: Remove blk_mq_attempt_merge() function
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Fri, 28 Aug 2020 02:52:57 +0000 (10:52 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Sep 2020 22:49:26 +0000 (16:49 -0600)
commitedc7787e1de09328f5f9ae0cd2d0faf3c8a72b18
tree12f6e3cc09b1c987630ee4587aa7f5e30fb846fb
parent84ed5e060d287c7ecfedde015dc626511ab087b4
block: Remove blk_mq_attempt_merge() function

The small blk_mq_attempt_merge() function is only called by
__blk_mq_sched_bio_merge(), just open code it.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-sched.c