commit | b986af7e2df4f0871367c397ba61a542f37c0ab3 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun May 16 22:58:06 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 14 08:23:04 2021 -0600 |
tree | 0724d039fbbae0eec1dd487412bfda7b29655ffd | |
parent | 93d2bcd2cbfed2c714341f7a7ecd511aaedabd83 [diff] |
io_uring: shuffle rarely used ctx fields There is a bunch of scattered around ctx fields that are almost never used, e.g. only on ring exit, plunge them to the end, better locality, better aesthetically. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/782ff94b00355923eae757d58b1a47821b5b46d4.1621201931.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>