]> git.baikalelectronics.ru Git - kernel.git/commit
blkcg: small fix on comment in blkcg_init_queue
authorJiang Biao <jiang.biao2@zte.com.cn>
Thu, 19 Apr 2018 04:04:26 +0000 (12:04 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 19 Apr 2018 14:51:57 +0000 (08:51 -0600)
commita9cc4c1e1ece7dc86d8d7818463f0b4e5f249e8e
treef272dea142771f94c944b8ea98ce2c9801731eee
parent7851a6b47c3e8512924e4e77bd6e91dcb23c5263
blkcg: small fix on comment in blkcg_init_queue

The comment before blkg_create() in blkcg_init_queue() was moved
from blkcg_activate_policy() by commit 9c22ca58deb932b17a7962, but
it does not suit for the new context.

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: Wen Yang <wen.yang99@zte.com.cn>
CC: Tejun Heo <tj@kernel.org>
CC: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c