commit | a91b2014fc31dc6eaa02ca33aa3b4d1b6e4a0207 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Apr 25 09:53:34 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Apr 25 09:45:43 2020 -0600 |
tree | 863ffa5b8708bd736865fe255863f4bdcecf1746 | |
parent | 3e82c3485e835b4dc7374316357fa388676201d7 [diff] |
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>