commit | 018043be1f1bc43ad6956bfd39b7beea12fb4ca6 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Oct 27 23:17:18 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 09 12:03:59 2020 -0700 |
tree | 4f30e614a08a8d43ea48def4c5bab1c7f868c77b | |
parent | 14a1143b68ee2e4ec4e8d54f71cddb9724f9ec70 [diff] |
io_uring: split poll and poll_remove structs Don't use a single struct for polls and poll remove requests, they have totally different layouts. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>