]> 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)
commit7fb6ab6c1dfba8c3a7a8329719948c7b373658d4
tree2997812dd0085188330ee97e93ba417687a0f683
parent309e4885abb2d48c0fbc5878dda363d3dd3f505f
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