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)
commit1e9364283764ac93b012739890a30d73e76396db
treeb13d26969eff5e02464209233920be2d41ea9115
parent7585d5082e17a6988a784010c1fbbc4055edcdb7
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 a1ce35fa4985.

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