commit | ff27668ce8092c74965f21b5c02ebc6b6764db95 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Mar 27 09:30:10 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Mar 27 10:23:43 2020 -0600 |
tree | e686f78ff3aede828ed9a51e8067f06412aaddb7 | |
parent | 8d96a1117c21faad4f88d3d2df8c62712b3f495d [diff] |
bcache: pass the make_request methods to blk_queue_make_request bcache is the only driver not actually passing its make_request methods to blk_queue_make_request, but instead just sets them up manually a little later. Make bcache follow the common way of setting up make_request based queues. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>