io_uring: open code io_fill_cqe_req()
[platform/kernel/linux-starfive.git] / io_uring / rw.c
index 1bce220..9b51afd 100644 (file)
@@ -1064,7 +1064,7 @@ int io_do_iopoll(struct io_ring_ctx *ctx, bool force_nonspin)
                        continue;
 
                req->cqe.flags = io_put_kbuf(req, 0);
-               if (unlikely(!__io_fill_cqe_req(ctx, req))) {
+               if (unlikely(!io_fill_cqe_req(ctx, req))) {
                        spin_lock(&ctx->completion_lock);
                        io_req_cqe_overflow(req);
                        spin_unlock(&ctx->completion_lock);