Skip to content
  • Tejun Heo's avatar
    blkcg: remove blkcg->id · f4da8072
    Tejun Heo authored
    
    
    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: default avatarTejun Heo <tj@kernel.org>
    Acked-by: default avatarVivek Goyal <vgoyal@redhat.com>
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    f4da8072