blkcg: remove unused __blkg_release_rcu()
authorDennis Zhou <dennis@kernel.org>
Wed, 19 Dec 2018 22:43:53 +0000 (16:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 21 Dec 2018 15:47:58 +0000 (08:47 -0700)
commit6b4505352e4b1ee27faa97ae46b9baa8bc6a31f0
tree80cafb7e41f07569eeacf1afd3816ffb97a80be8
parent6ab2187992f4b0112852e5a097a2b6c7d167e2e5
blkcg: remove unused __blkg_release_rcu()

An earlier commit 7fcf2b033b84 ("blkcg: change blkg reference counting
to use percpu_ref") moved around the release call from blkg_put() to be
a part of the percpu_ref cleanup. Remove the additional unused code
which should have been removed earlier.

Signed-off-by: Dennis Zhou <dennis@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c