bcache: remove a duplicate ->make_request_fn assignment
authorChristoph Hellwig <hch@lst.de>
Sat, 25 Apr 2020 07:53:34 +0000 (09:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 25 Apr 2020 15:45:43 +0000 (09:45 -0600)
commita91b2014fc31dc6eaa02ca33aa3b4d1b6e4a0207
tree863ffa5b8708bd736865fe255863f4bdcecf1746
parent3e82c3485e835b4dc7374316357fa388676201d7
bcache: remove a duplicate ->make_request_fn assignment

The make_request_fn pointer should only be assigned by blk_alloc_queue.
Fix a left over manual initialization.

Fixes: ff27668ce809 ("bcache: pass the make_request methods to blk_queue_make_request")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/request.c