io_uring: split poll and poll update structures
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 13 Apr 2021 01:58:40 +0000 (02:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Apr 2021 15:37:54 +0000 (09:37 -0600)
commit9d8058926be7008c1dd49a4e5fb33044f17873c1
treec08e8fb9cb2ff7e44eac431bf87f37979f148966
parent66d2d00d0ac44f98499dc7ec61e2289eb8b138e7
io_uring: split poll and poll update structures

struct io_poll_iocb became pretty nasty combining also update fields.
Split them, so we would have more clarity to it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b2f74d64ffebb57a648f791681af086c7211e3a4.1618278933.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c