]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: shuffle rarely used ctx fields
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 16 May 2021 21:58:06 +0000 (22:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 May 2021 17:40:33 +0000 (11:40 -0600)
commitec6247723662afe04fde20c8c9a2e62f2e7f046b
treea745fb3dd5034e79d95483b5510f1d5da7c3e06f
parentbb10681860091edf6c667630bab0c6cbe2ef0276
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>
fs/io_uring.c