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>
Fri, 7 Oct 2022 19:49:28 +0000 (13:49 -0600)
commitb93aaa8f1794a343f0bb22df0c767ae5bb0a5721
treec69e0fae4d72b151442a301b763520d3fa5f3131
parent7f92f7229c2ca8bae33f1578082f1baa0500a079
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