From: Tejun Heo Date: Mon, 5 Mar 2012 21:15:17 +0000 (-0800) Subject: blkcg: don't use blkg->plid in stat related functions X-Git-Tag: v3.5-rc1~42^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1768268f9424410761da57ea71107acae7b03cc;p=pandora-kernel.git blkcg: don't use blkg->plid in stat related functions blkg is scheduled to be unified for all policies and thus there won't be one-to-one mapping from blkg to policy. Update stat related functions to take explicit @pol or @plid arguments and not use blkg->plid. This is painful for now but most of specific stat interface functions will be replaced with a handful of generic helpers. Signed-off-by: Tejun Heo Cc: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed