Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ca32aefc authored by Tejun Heo's avatar Tejun Heo Committed by Jens Axboe
Browse files

blkcg: use q and plid instead of opaque void * for blkio_group association


blkgio_group is association between a block cgroup and a queue for a
given policy.  Using opaque void * for association makes things
confusing and hinders factoring of common code.  Use request_queue *
and, if necessary, policy id instead.

This will help block cgroup API cleanup.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 0a5a7d0e
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