From: Tejun Heo Date: Fri, 13 Apr 2012 20:11:27 +0000 (-0700) Subject: blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() X-Git-Tag: v3.5-rc1~42^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec399347d39fb2337ebace928cf4a2855bd0ec37;p=pandora-kernel.git 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 Cc: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed