-
- Downloads
blkcg: convert blkg_lookup_create() to find closest blkg
There are several scenarios where blkg_lookup_create() can fail such as the blkcg dying, request_queue is dying, or simply being OOM. Most handle this by simply falling back to the q->root_blkg and calling it a day. This patch implements the notion of closest blkg. During blkg_lookup_create(), if it fails to create, return the closest blkg found or the q->root_blkg. blkg_try_get_closest() is introduced and used during association so a bio is always attached to a blkg. Signed-off-by:Dennis Zhou <dennis@kernel.org> Acked-by:
Tejun Heo <tj@kernel.org> Reviewed-by:
Josef Bacik <josef@toxicpanda.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- block/bio.c 10 additions, 7 deletionsblock/bio.c
- block/blk-cgroup.c 16 additions, 7 deletionsblock/blk-cgroup.c
- block/blk-iolatency.c 2 additions, 12 deletionsblock/blk-iolatency.c
- block/blk-throttle.c 1 addition, 3 deletionsblock/blk-throttle.c
- include/linux/blk-cgroup.h 15 additions, 9 deletionsinclude/linux/blk-cgroup.h
Loading
Please register or sign in to comment