eventpoll: add 'min_wait_ts' to be passed in via a syscall
authorJens Axboe <axboe@kernel.dk>
Wed, 12 Apr 2023 16:25:01 +0000 (10:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Apr 2023 16:30:55 +0000 (10:30 -0600)
commitc64c5f758d0840401f6ab939c6b21fa2cbec5ed3
treeddaa99b78ce9635995c2b13ad458e0308d73f856
parentb51ffd5e374fbeef9373786cb4b75d6a66e0c2ca
eventpoll: add 'min_wait_ts' to be passed in via a syscall

All existing syscalls just pass in zero and hence no changes expected
with this patch, but it prepares us to add a new syscall that will
support passing in a min_wait value.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/eventpoll.c