• Jens Axboe's avatar
    io_uring: add prepped flag · d530a402
    Jens Axboe authored
    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: default avatarJens Axboe <axboe@kernel.dk>
    d530a402
io_uring.c 69.3 KB