commit | 9096af3e9c8734a34703bd9fb5ab14292296f911 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Apr 14 13:38:36 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 14 10:43:47 2021 -0600 |
tree | 1b77b6d1a0a0fa9facdeb494c6e18dba97a969c0 | |
parent | 9ba5fac8cf3b607652397f863dc229bbc8c3cbc1 [diff] |
io_uring: add helper for parsing poll events Isolate poll mask SQE parsing and preparations into a new function, which will be reused shortly. Fixes: b69de288e913 ("io_uring: allow events and user_data update of running poll requests") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>