]> git.baikalelectronics.ru Git - kernel.git/commit
blkcg: remove bio_disassociate_task()
authorDennis Zhou <dennis@kernel.org>
Wed, 5 Dec 2018 17:10:37 +0000 (12:10 -0500)
committerJens Axboe <axboe@kernel.dk>
Sat, 8 Dec 2018 05:26:38 +0000 (22:26 -0700)
commit162368cc20863c791c722a7ba7b70a81deacd356
tree79c0e29795545ef9a737d26e82f5a8bfea3b1444
parent1d165c2413edfd5a060101add1f9907778e0850f
blkcg: remove bio_disassociate_task()

Now that a bio only holds a blkg reference, so clean up is simply
putting back that reference. Remove bio_disassociate_task() as it just
calls bio_disassociate_blkg() and call the latter directly.

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>
block/bio.c
include/linux/bio.h