From: Vivek Goyal Date: Thu, 19 May 2011 19:38:24 +0000 (-0400) Subject: blk-throttle: Dynamically allocate root group X-Git-Tag: v3.0-rc1~163^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b125892f3317ada86b662e0b6ebc0f79be9037;p=pandora-kernel.git blk-throttle: Dynamically allocate root group Currently, we allocate root throtl_grp statically. But as we will be introducing per cpu stat pointers and that will be allocated dynamically even for root group, we might as well make whole root throtl_grp allocation dynamic and treat it in same manner as other groups. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed