io_uring: add prepped flag
authorJens Axboe <axboe@kernel.dk>
Wed, 13 Mar 2019 18:15:01 +0000 (12:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 Mar 2019 04:24:00 +0000 (22:24 -0600)
commitd530a402a114efcf6d2b88d7f628856dade5b90b
tree7007b61671e49a097c0728a79b2c7cdb9f4d00a2
parente0c5c576d5074b5bb7b1b4b59848c25ceb521331
io_uring: add prepped flag

We currently use the fact that if ->ki_filp is already set, then we've
done the prep. In preparation for moving the file assignment earlier,
use a separate flag to tell whether the request has been prepped for
IO or not.

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