Re: [PATCH] fs/epoll: remove an unnecessary argument of ep_busy_loop()

2019-03-19 Thread Roman Penyaev
On 2019-03-08 09:14, Peng Wang wrote: When ep_busy_loop() is called, timed_out is always zero, otherwise ep_poll() would return first. Yes, that's correct. Reviewed-by: Roman Penyaev

[PATCH] fs/epoll: remove an unnecessary argument of ep_busy_loop()

2019-03-08 Thread Peng Wang
When ep_busy_loop() is called, timed_out is always zero, otherwise ep_poll() would return first. Signed-off-by: Peng Wang --- fs/eventpoll.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/eventpoll.c b/fs/eventpoll.c index a5d219d920e7..0b3981ffc7ae 100644 --- a/f