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>
Wed, 12 Apr 2023 14:55:59 +0000 (08:55 -0600)
commit1adaabfbc3ab8e588100cf58b3c16678132d7763
treeb8bfe78cebe2c7a11076f0bea50289a029e9455c
parent1d56aab91c0a64b4ff105907a27d048f13db483a
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