blk-mq: rename blk_attempt_bio_merge
authorMing Lei <ming.lei@redhat.com>
Thu, 11 Nov 2021 08:51:34 +0000 (16:51 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 11 Nov 2021 18:52:33 +0000 (11:52 -0700)
commitb131f2011115f3c18a49e17762486501496fea3c
tree9dab32b5a20816a5529c1412b7b0e3f4fc8d8356
parent10f7335e3627b4efa341ef8ac457f2c0770c5c19
blk-mq: rename blk_attempt_bio_merge

It is very annoying to have two block layer functions which share same
name, so rename blk_attempt_bio_merge in blk-mq.c as
blk_mq_attempt_bio_merge.

Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211111085134.345235-3-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c