commit | ec399347d39fb2337ebace928cf4a2855bd0ec37 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Apr 13 13:11:27 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 20 10:06:06 2012 +0200 |
tree | d95efeb004e8da914f7d3c726cd059b422443694 | |
parent | bc0d6501a844392ab6ad419d7ca5af4693b6afac [diff] |
blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() The two functions were taking "enum blkio_policy_id plid". Make them take "const struct blkio_policy_type *pol" instead. This is to prepare for per-queue policy activation and doesn't cause any functional difference. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>