eventpoll: don't pass in 'timed_out' to ep_busy_loop()
authorJens Axboe <axboe@kernel.dk>
Sun, 30 Oct 2022 15:54:23 +0000 (09:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Apr 2023 14:55:59 +0000 (08:55 -0600)
commit62ca5ad10e7b47d622f7539c04741f752b6ccaa7
tree741fa7984ef0ccc5d92523b0ff08d1a06e58b51a
parentbac87dc063d7c3ff0f7afcaa9ede07e56fcb631a
eventpoll: don't pass in 'timed_out' to ep_busy_loop()

It's known to be 'false' from the one call site we have, as we break
out of the loop if it's not.

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