blkcg: add blkio_policy[] array and allow one policy per policy ID
authorTejun Heo <tj@kernel.org>
Mon, 5 Mar 2012 21:15:04 +0000 (13:15 -0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2012 20:27:22 +0000 (21:27 +0100)
commit035d10b2fa7e5f7e9bf9465dbc39c35affd5ac32
tree6a712eb1b505e8163d28f8709980e581a08b572c
parentca32aefc7f2539ed88d42763330d54ee3e61769a
blkcg: add blkio_policy[] array and allow one policy per policy ID

Block cgroup policies are maintained in a linked list and,
theoretically, multiple policies sharing the same policy ID are
allowed.

This patch temporarily restricts one policy per plid and adds
blkio_policy[] array which indexes registered policy types by plid.
Both the restriction and blkio_policy[] array are transitional and
will be removed once API cleanup is complete.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c
block/blk-cgroup.h