commit | 5769a351b89cd4d82016f18fa5f6c4077403564d | [log] [tgz] |
---|---|---|
author | Jiufei Xue <jiufei.xue@linux.alibaba.com> | Wed Jun 17 17:53:55 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 21 20:44:00 2020 -0600 |
tree | 2f700e8e397716e725661515f65ef9f146e4db5c | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 [diff] |
io_uring: change the poll type to be 32-bits poll events should be 32-bits to cover EPOLLEXCLUSIVE. Explicit word-swap the poll32_events for big endian to make sure the ABI is not changed. We call this feature IORING_FEAT_POLL_32BITS, applications who want to use EPOLLEXCLUSIVE should check the feature bit first. Signed-off-by: Jiufei Xue <jiufei.xue@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>