commit | dc3b17cc8bf21307c7e076e7c778d5db756f7871 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Feb 02 15:56:50 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Thu Feb 02 08:20:48 2017 -0700 |
tree | 63a1e6c9b6c70579e9cdabf60147484c0b2f0add | |
parent | f44f1ab5a2dcd4e16eab850fd08e40ff2d0c28d4 [diff] |
block: Use pointer to backing_dev_info from request_queue We will want to have struct backing_dev_info allocated separately from struct request_queue. As the first step add pointer to backing_dev_info to request_queue and convert all users touching it. No functional changes in this patch. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <axboe@fb.com>