io_uring: move provided buffer state closer to submit state
authorJens Axboe <axboe@kernel.dk>
Sun, 1 May 2022 17:57:06 +0000 (11:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:06 +0000 (06:29 -0600)
commit660cbfa2340af1d25db4f7c4e93b8c1722bc72aa
treee862cb186b472f7d7ad534ce2dfa5dc6224e31eb
parenta4f8d94cfb7c69f996b6a52b1fcbec2f2504dd3f
io_uring: move provided buffer state closer to submit state

The timeout and other items that follow are less hot, so let's move the
provided buffer state above that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c