eventpoll: move expires to epoll_wq
authorJens Axboe <axboe@kernel.dk>
Fri, 19 Aug 2022 02:17:01 +0000 (20:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Dec 2022 17:33:37 +0000 (10:33 -0700)
commit2416e4ed183c9870d9a4ba7f67a811df57c64e74
treee72fc7577b7cdb7b94e11e023972adc963cc6b74
parent4d285536f834692cf42faea2a9c616844a3dae75
eventpoll: move expires to epoll_wq

This makes the expiration available to the wakeup handler. No functional
changes expected in this patch, purely in preparation for being able to
use the timeout on the wakeup side.

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