io_uring/poll: add IO_POLL_FINISH_FLAG
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Feb 2025 15:51:49 +0000 (08:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Feb 2025 18:22:04 +0000 (11:22 -0700)
commitfb341a6ced1b35f759cdee0558973c8b6c20f050
tree5d20cd6bad34cc786fadd9f222f202f40479ceb1
parentabe8b919f0bbcd1900af70a1852bc46d5d8bc612
io_uring/poll: add IO_POLL_FINISH_FLAG

Use the same value as the retry, doesn't need to be unique, just
available if the poll owning mechanism user wishes to use it for
something other than a retry condition.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.h