commit | d530a402a114efcf6d2b88d7f628856dade5b90b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Mar 13 12:15:01 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 14 22:24:00 2019 -0600 |
tree | 7007b61671e49a097c0728a79b2c7cdb9f4d00a2 | |
parent | e0c5c576d5074b5bb7b1b4b59848c25ceb521331 [diff] |
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>