• V
    blkio: Add root group to td->tg_list · 02977e4a
    Vivek Goyal 提交于
    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: NVivek Goyal <vgoyal@redhat.com>
    Signed-off-by: NJens Axboe <jaxboe@fusionio.com>
    02977e4a
blk-throttle.c 24.6 KB