commit | 010e8e6be2194678f7e4bb3044c088bbee779f57 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Jul 30 18:43:45 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 30 11:42:21 2020 -0600 |
tree | bb52ff11ad0b7f7e7d1d28773ac7cca9a5e037b4 | |
parent | b089ed390b5c9bc248a32168709cfa01099caf9d [diff] |
io_uring: de-unionise io_kiocb As io_kiocb have enough space, move ->work out of a union. It's safer this way and removes ->work memcpy bouncing. By the way make tabulation in struct io_kiocb consistent. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>