Re: [PATCH 2/4] block: Use pointer to backing_dev_info from request_queue

2017-02-01 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/4] block: Use pointer to backing_dev_info from request_queue

2017-01-31 Thread Jan Kara
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. Signed-off-by: Jan Kara --- block/blk-cgroup.c | 6

[PATCH 2/4] block: Use pointer to backing_dev_info from request_queue

2017-01-26 Thread Jan Kara
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. Signed-off-by: Jan Kara --- block/blk-cgroup.c | 6