commit | 566acf2daaf2048c692abfc2342ab4a49b59ee40 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 01 10:59:45 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jul 01 07:27:24 2020 -0600 |
tree | 5c98fe70b250bbb2164bee3eb9e09545089ed65d | |
parent | ed00aabd5eb9fb44d6aff1173234a2e911b9fead [diff] |
block: refator submit_bio_noacct Split out a __submit_bio_noacct helper for the actual de-recursion algorithm, and simplify the loop by using a continue when we can't enter the queue for a bio. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>