untangling ep_call_nested(): get rid of useless arguments
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Aug 2020 02:05:06 +0000 (22:05 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Oct 2020 00:01:48 +0000 (20:01 -0400)
commit8677600d796697f04adcdec57bd73a9f54c79697
treee6d939fb96be38d713a09e642a92f78ea7a43486
parent364f374f22ba1b049b17de602a8e5eceb1df4cef
untangling ep_call_nested(): get rid of useless arguments

ctx is always equal to current, ncalls - to &poll_loop_ncalls.

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