commit | ca32aefc7f2539ed88d42763330d54ee3e61769a | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Mar 05 13:15:03 2012 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Mar 06 21:27:22 2012 +0100 |
tree | 791d2ac1c11b738ce34629653090b6e971fc11b5 | |
parent | 0a5a7d0e32be6643b881f0e7cd9d0d06fadde27a [diff] |
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: Tejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>