Re: [PATCH] blk-mq: provider helper for setting up an SQ queue and tag set

2018-10-16 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes ThumshirnSUSE Labs jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG

Re: [PATCH] blk-mq: provider helper for setting up an SQ queue and tag set

2018-10-15 Thread Ming Lei
On Mon, Oct 15, 2018 at 09:34:36AM -0600, Jens Axboe wrote: > This pattern is repeated throughout all the blk-mq conversions. > Provide a basic helper to get it done. > > Signed-off-by: Jens Axboe > --- > block/blk-mq.c | 33 + > include/linux/blk-mq.h |

[PATCH] blk-mq: provider helper for setting up an SQ queue and tag set

2018-10-15 Thread Jens Axboe
This pattern is repeated throughout all the blk-mq conversions. Provide a basic helper to get it done. Signed-off-by: Jens Axboe --- block/blk-mq.c | 33 + include/linux/blk-mq.h | 4 2 files changed, 37 insertions(+) diff --git a/block/blk-mq.c