commit | 88c9a2ce520ba381bb70658c80ec704f4d60f728 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 26 12:58:05 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 29 06:41:29 2021 -0700 |
tree | bec031fdc97a07949add2831079700f163184f95 | |
parent | e92a559e6c9db93662a6071f1ecbfa2c1c3be5d3 [diff] |
fork: move copy_io to block/blk-ioc.c Move the copying of the I/O context to the block layer as that is where we can use the proper low-level interfaces. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211126115817.2087431-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>