Loading fs/io_uring.c +1 −0 Original line number Diff line number Diff line Loading @@ -2298,6 +2298,7 @@ static bool io_op_needs_file(const struct io_uring_sqe *sqe) switch (op) { case IORING_OP_NOP: case IORING_OP_POLL_REMOVE: case IORING_OP_TIMEOUT: return false; default: return true; Loading Loading
fs/io_uring.c +1 −0 Original line number Diff line number Diff line Loading @@ -2298,6 +2298,7 @@ static bool io_op_needs_file(const struct io_uring_sqe *sqe) switch (op) { case IORING_OP_NOP: case IORING_OP_POLL_REMOVE: case IORING_OP_TIMEOUT: return false; default: return true; Loading