]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: consistently use the EPOLL* defines
authorChristoph Hellwig <hch@lst.de>
Wed, 18 May 2022 08:40:04 +0000 (10:40 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 May 2022 12:19:05 +0000 (06:19 -0600)
commit642a76eaf8652cce930bd0867c74ab432caaab09
tree2997812dd0085188330ee97e93ba417687a0f683
parent018bc1b70a95d95c4e8c02ed09fd033533f334c2
io_uring: consistently use the EPOLL* defines

POLL* are unannotated values for the userspace ABI, while everything
in-kernel should use EPOLL* and the __poll_t type.

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