commit | 1ec09974d845bdf827028aa7deb96378f54bcd06 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Mon Aug 31 13:16:39 2020 -0400 |
committer | Al Viro <[email protected]> | Sun Oct 25 20:01:58 2020 -0400 |
tree | 02bbed249a6ef721a4abeb8856d1730cacb22b27 | |
parent | db502f8a3b0bb5188f92d9d6a68aed223892689b [diff] |
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 <[email protected]>