From: Vivek Goyal Date: Fri, 1 Oct 2010 12:49:48 +0000 (+0200) Subject: blkio: Add root group to td->tg_list X-Git-Tag: v2.6.37-rc1~168^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02977e4af7ed3b478c505e50491ffdf3e1314cf4;p=pandora-kernel.git blkio: Add root group to td->tg_list o Currently all the dynamically allocated groups, except root grp is added to td->tg_list. This was not a problem so far but in next patch I will travel through td->tg_list to process any updates of limits on the group. If root group is not in tg_list, then root group's updates are not processed. o It is better to root group also to tg_list instead of doing special processing for it during limit updates. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed