]> git.baikalelectronics.ru Git - kernel.git/commit
blk-sysfs: Rework documention of __blk_release_queue
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Sun, 10 Feb 2019 17:22:51 +0000 (15:22 -0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 10 Feb 2019 17:23:29 +0000 (10:23 -0700)
commit9baaa9ee26a5093ca387d0ba0082301f449a3eb8
treeb13d26969eff5e02464209233920be2d41ea9115
parentb9b7efaa7b59b68e056dae3404c9c53d83312fcd
blk-sysfs: Rework documention of __blk_release_queue

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 228caa1dcdd4.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-sysfs.c