commit | 29b125892f3317ada86b662e0b6ebc0f79be9037 | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Thu May 19 15:38:24 2011 -0400 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri May 20 20:34:52 2011 +0200 |
tree | a8caa5a8d521c0d667bbae956ff4d8b160ad02d9 | |
parent | f469a7b4d5b1d1d053200a9015fd25d59c057f49 [diff] |
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 <vgoyal@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>