Commit 91cdf26
blk-mq: add helper allocating tagset->tags
tagset->set is allocated from blk_mq_alloc_tag_set() rather than being
reallocated. This patch added a helper to make its meaning explicitly
which is to allocate rather than to reallocate.
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent 7aa390e commit 91cdf26
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3382 | 3382 | | |
3383 | 3383 | | |
3384 | 3384 | | |
| 3385 | + | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
3385 | 3391 | | |
3386 | 3392 | | |
3387 | 3393 | | |
| |||
3435 | 3441 | | |
3436 | 3442 | | |
3437 | 3443 | | |
3438 | | - | |
| 3444 | + | |
3439 | 3445 | | |
3440 | 3446 | | |
3441 | 3447 | | |
| |||
0 commit comments