ep_send_events_proc(): fold into the caller
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 31 Aug 2020 17:39:52 +0000 (13:39 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Oct 2020 00:02:00 +0000 (20:02 -0400)
commitff07952aeda8563d5080da3a0754db83ed0650f6
tree5b16310ce7980f865a11b9ba30a324b1c3defc1e
parent443f1a0422338a2c7a2e4f63dbe3977f1be566ad
ep_send_events_proc(): fold into the caller

... and get rid of struct ep_send_events_data - not needed anymore.
The weird way of passing the arguments in (and real return value
out - nominal return value of ep_send_events_proc() is ignored)
was due to the signature forced on ep_scan_ready_list() callbacks.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/eventpoll.c