diff options
author | Dennis Zhou <dennis@kernel.org> | 2018-12-05 20:10:39 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-08 08:26:38 +0300 |
commit | 7754f669ffde3919e398a9e591cd7510d6cf4e73 (patch) | |
tree | 7d32cf5b86590053afa34b479bdcb1210006dfed /lib | |
parent | 7fcf2b033b84e261dca283bc2911aaea4b07b525 (diff) | |
download | linux-7754f669ffde3919e398a9e591cd7510d6cf4e73.tar.xz |
blkcg: rename blkg_try_get() to blkg_tryget()
blkg reference counting now uses percpu_ref rather than atomic_t. Let's
make this consistent with css_tryget. This renames blkg_try_get to
blkg_tryget and now returns a bool rather than the blkg or %NULL.
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions