Skip to content
Commit b86d865c authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe
Browse files

blkcg: Make blkg_root_lookup() work for queues in bypass mode



For legacy queues the only call of blkg_root_lookup() happens after
bypass mode has been enabled. Since blkg_lookup() returns NULL for
queues in bypass mode, modify the blkg_root_lookup() such that it
no longer depends on bypass mode. Rename the function into
blk_queue_root_blkg() as suggested by Tejun.

Suggested-by: default avatarTejun Heo <tj@kernel.org>
Fixes: 6bad9b21

 ("blkcg: Introduce blkg_root_lookup()")
Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 46451874
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment