Re: [PATCH 0/3] blk-mq: trivial helper and fixes comments

2020-12-12 Thread Jens Axboe
On 12/4/20 8:20 AM, Minwoo Im wrote: > Hello, > > This patch set contains: > - Introduce a helper to allocate tagset tags for the first time > without 'realloc' keyword that used to be taken. > - Fixes for comments need to be updated. > > Please have a look. Applied, thanks. -- Jens Ax

Re: [PATCH 0/3] blk-mq: trivial helper and fixes comments

2020-12-11 Thread Minwoo Im
On 20-12-05 00:20:52, Minwoo Im wrote: > Hello, > > This patch set contains: > - Introduce a helper to allocate tagset tags for the first time > without 'realloc' keyword that used to be taken. > - Fixes for comments need to be updated. > > Please have a look. > > Thanks, > > > Minwoo

[PATCH 0/3] blk-mq: trivial helper and fixes comments

2020-12-04 Thread Minwoo Im
Hello, This patch set contains: - Introduce a helper to allocate tagset tags for the first time without 'realloc' keyword that used to be taken. - Fixes for comments need to be updated. Please have a look. Thanks, Minwoo Im (3): blk-mq: add helper allocating tagset->tags blk-mq: up