commit | dcdca753c152efe8d86ec7a15423307807a516a7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 25 09:04:35 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Apr 30 09:26:44 2019 -0600 |
tree | 9a6ec4cac5f573083640537344a334b870ccd181 | |
parent | 6601e44efd20efddc183c85131216200e90c5728 [diff] |
block: clean up __bio_add_pc_page a bit Share the bi_size update by moving the done label up, and duplicate the bv_len update in the two callers to get rid of the bvec_merge label. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>