• Jens Axboe's avatar
    io_uring/rw: remove dead file == NULL check · 949249e2
    Jens Axboe authored
    Any read/write opcode has needs_file == true, which means that we
    would've failed the request long before reaching the issue stage if we
    didn't successfully assign a file. This check has been dead forever,
    and is really a leftover from generic code.
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    949249e2
rw.c 29.9 KB