lift the calls of ep_read_events_proc() into the callers
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 31 Aug 2020 17:16:39 +0000 (13:16 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Oct 2020 00:01:58 +0000 (20:01 -0400)
commit1ec09974d845bdf827028aa7deb96378f54bcd06
tree02bbed249a6ef721a4abeb8856d1730cacb22b27
parentdb502f8a3b0bb5188f92d9d6a68aed223892689b
lift the calls of ep_read_events_proc() into the callers

Expand the calls of ep_scan_ready_list() that get ep_read_events_proc().
As a side benefit we can pass depth to ep_read_events_proc() by value
and not by address - the latter used to be forced by the signature
expected from ep_scan_ready_list() callback.

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