]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: split poll and poll_remove structs
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 27 Oct 2020 23:17:18 +0000 (23:17 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Dec 2020 19:03:59 +0000 (12:03 -0700)
commitd006b7624c7057e682428fb94fae125868934e2b
tree4f30e614a08a8d43ea48def4c5bab1c7f868c77b
parent4aa2c1e08fda6e1ecd38b54a555bed9b3bcdea46
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>
fs/io_uring.c