]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit309e4885abb2d48c0fbc5878dda363d3dd3f505f
tree419fe3ceaba24fa2d8ac92bd19822a3104984129
parent20d69d9db0da9e582557c447d596aff3852784bf
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