commit | 2bc4ca9bb600cbe36941da2b2a67189fc4302a04 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Dec 04 09:44:49 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 18 08:29:58 2018 -0700 |
tree | 027c0368c3e9235684a631780ff072f9542ee329 | |
parent | 432c79978c33ecef91b1b04cea6936c20810da29 [diff] |
aio: don't zero entire aio_kiocb aio_get_req() It's 192 bytes, fairly substantial. Most items don't need to be cleared, especially not upfront. Clear the ones we do need to clear, and leave the other ones for setup when the iocb is prepared and submitted. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>