io_uring: move all prep state for IORING_OP_CONNECT to prep handler
authorJens Axboe <axboe@kernel.dk>
Fri, 20 Dec 2019 15:51:52 +0000 (08:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Dec 2019 16:52:48 +0000 (09:52 -0700)
commit3fbb51c18f5c15a23db74c4da79d3d035176c480
treef1f103927837d9de75b8b0547f2e5d83ad9b88fb
parent9adbd45d6d32ffc1a03f3c51d72cfc69ebfc2ddb
io_uring: move all prep state for IORING_OP_CONNECT to prep handler

Add struct io_connect in our io_kiocb per-command union, and ensure
that io_connect_prep() has grabbed what it needs from the SQE.

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