commit | 2badf06cf906c7af4bdd4bc1da62890c8e686341 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 27 09:31:49 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 29 09:09:08 2020 -0600 |
tree | ae4a182d31c8fd73f4760fe58d1fde7ee30bffee | |
parent | d92c370a16cbe0276954c761b874bd024a7e4fac [diff] |
block: merge __bio_associate_blkg into bio_associate_blkg_from_css Merge __bio_associate_blkg into the only caller, which allows to slightly reduce the RCU crticial section and better explain the code flow. Acked-by: Tejun Heo <tj@kernel.org> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>