From: Tejun Heo Date: Sun, 7 Sep 2014 23:15:20 +0000 (+0900) Subject: blkcg: remove blkcg->id X-Git-Tag: fixes-against-v3.18-rc2~52^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4da80727cfbc3590d95ff17ef8db96e6f1483a4;p=pandora-kernel.git blkcg: remove blkcg->id blkcg->id is a unique id given to each blkcg; however, the cgroup_subsys_state which each blkcg embeds already has ->serial_nr which can be used for the same purpose. Drop blkcg->id and replace its uses with blkcg->css.serial_nr. Rename cfq_cgroup->blkcg_id to ->blkcg_serial_nr and @id in check_blkcg_changed() to @serial_nr for consistency. Signed-off-by: Tejun Heo Acked-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed