]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdfef5cd49532372cdbaf964877c7be285930786c
treec08e8fb9cb2ff7e44eac431bf87f37979f148966
parent1d3d195613cd106dc7555b1c732b7dcc32c22f32
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