Re: [PATCH] blk-sysfs: Rework documention of __blk_release_queue

2019-02-10 Thread Jens Axboe
On 2/10/19 8:44 AM, Marcos Souza wrote: > > > On Sun, Feb 10, 2019, 13:23 Jens Axboe wrote: > > On 2/9/19 11:34 AM, Marcos Paulo de Souza wrote: > > Ping :) > > > > On 1/30/19 11:11 PM, Marcos Paulo de Souza wrote: > >> The Notes section of the comme

Re: [PATCH] blk-sysfs: Rework documention of __blk_release_queue

2019-02-10 Thread Jens Axboe
On 2/9/19 11:34 AM, Marcos Paulo de Souza wrote: > Ping :) > > On 1/30/19 11:11 PM, Marcos Paulo de Souza wrote: >> The Notes section of the comment was removed, because now >> blk_release_queue can only be executed from blk_cleanup_queue (being >> called when the q->kobj reaches zero), and also b

Re: [PATCH] blk-sysfs: Rework documention of __blk_release_queue

2019-02-09 Thread Marcos Paulo de Souza
Ping :) On 1/30/19 11:11 PM, Marcos Paulo de Souza wrote: > The Notes section of the comment was removed, because now > blk_release_queue can only be executed from blk_cleanup_queue (being > called when the q->kobj reaches zero), and also blk_init_queue was removed > in a1ce35fa4985. > > Signed-o

[PATCH] blk-sysfs: Rework documention of __blk_release_queue

2019-01-30 Thread Marcos Paulo de Souza
The Notes section of the comment was removed, because now blk_release_queue can only be executed from blk_cleanup_queue (being called when the q->kobj reaches zero), and also blk_init_queue was removed in a1ce35fa4985. Signed-off-by: Marcos Paulo de Souza --- This is basically a v2 of https://lk