commit | 4c4dad11ff85e25b64dd62adee63463e40cc596b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Feb 22 16:46:33 2022 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Feb 27 14:50:07 2022 -0700 |
tree | ecaac9bfe89a6fd22b686411a81546166939312f | |
parent | 77c436de01c0f29ba0b745196160184b22adaf60 [diff] |
ext4: pass the operation to bio_alloc Refactor the readpage code to pass the op to bio_alloc instead of setting it just before the submission. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Theodore Ts'o <tytso@mit.edu> Link: https://lore.kernel.org/r/20220222154634.597067-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>