X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fpoll.h;h=b2393b403a2c21014d5c648cc244a707748cb02a;hb=refs%2Fheads%2Ftizen-6.1.y;hp=5f3bae50fc81a03e2c79c3d2a15652a67c39a98f;hpb=d7df5e2834d3f81412a669586d685bc87f18f7d7;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/io_uring/poll.h b/io_uring/poll.h index 5f3bae5..b2393b4 100644 --- a/io_uring/poll.h +++ b/io_uring/poll.h @@ -12,6 +12,7 @@ struct io_poll { struct file *file; struct wait_queue_head *head; __poll_t events; + int retries; struct wait_queue_entry wait; };