]> www.infradead.org Git - users/hch/block.git/commit
block: merge __bio_associate_blkg into bio_associate_blkg_from_css
authorChristoph Hellwig <hch@lst.de>
Sat, 30 May 2020 13:37:06 +0000 (15:37 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 26 Jun 2020 13:27:33 +0000 (15:27 +0200)
commitabca51382128bca1fdbecdb3eaf3e69282b67883
tree7fa6e630223ebb4168c1a40a20e970cfbf195266
parentd71726c521db5533775e83e33f8132ddb270dd94
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.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/bio.c