commit | 13c7863d48c160152c42c62700a722293bddeca4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 27 09:31:54 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 29 09:09:08 2020 -0600 |
tree | 280a881afe71a1dad7e0d0897b4b3b8ef59ea4da | |
parent | a5b97526bf2860fe8306959f19ee428d1f5cc732 [diff] |
block: move the initial blkg lookup into blkg_tryget_closest By moving the initial blkg lookup into blkg_tryget_closest we get a nicely self contained routines that does all the RCU locking. Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>