]> www.infradead.org Git - users/willy/linux.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>
Wed, 5 Dec 2018 17:19:34 +0000 (10:19 -0700)
commit912f23b5bfca664ef04708409df2a48c7f9197ce
tree4d8fb526f9ded959bcb23741675f69833e84f2d7
parentfe671b476df8d3e13edab540a5bbc49298ace791
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