io_uring: make apoll_events a __poll_t
authorChristoph Hellwig <hch@lst.de>
Wed, 18 May 2022 08:40:03 +0000 (10:40 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 May 2022 12:19:05 +0000 (06:19 -0600)
commit58f5c8d39e0ea07fdaaea6a85c49000da83dc0cc
tree419fe3ceaba24fa2d8ac92bd19822a3104984129
parentee67ba3b20f7dcd001b7743eb8e46880cb27fdc6
io_uring: make apoll_events a __poll_t

apoll_events is fed to vfs_poll and the poll tables, so it should be
a __poll_t.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220518084005.3255380-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c