commit | 88a6f18b950e2e4dce57d31daa151105f4f3dcff | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Nov 24 14:46:14 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 18 08:29:59 2018 -0700 |
tree | 0e43fd6fbc3386b4bf96959d207c7c56a7300952 | |
parent | 71ebc6fef0f53459f37fb39e1466792232fa52ee [diff] |
aio: split out iocb copy from io_submit_one() In preparation of handing in iocbs in a different fashion as well. Also make it clear that the iocb being passed in isn't modified, by marking it const throughout. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>