• J
    block: introduce bio_issue_as_root_blkg · c7c98fd3
    Josef Bacik 提交于
    Instead of forcing all file systems to get the right context on their
    bio's, simply check for REQ_META to see if we need to issue as the root
    blkg.  We don't want to force all bio's to have the root blkg associated
    with them if REQ_META is set, as some controllers (blk-iolatency) need
    to know who the originating cgroup is so it can backcharge them for the
    work they are doing.  This helper will make sure that the controllers do
    the proper thing wrt the IO priority and backcharging.
    Signed-off-by: NJosef Bacik <jbacik@fb.com>
    Acked-by: NTejun Heo <tj@kernel.org>
    Signed-off-by: NJens Axboe <axboe@kernel.dk>
    c7c98fd3
blk-cgroup.h 22.5 KB