epoll: Remove ep_scan_ready_list() in comments
authorHuang Xiaojia <huangxiaojia2@huawei.com>
Tue, 6 Feb 2024 01:43:53 +0000 (09:43 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 6 Feb 2024 12:55:33 +0000 (13:55 +0100)
commite6f7958042a7b1dc9a4dfc19fca74217bc0c4865
tree17907f2a433de8faa650f27aacc490a9c2134dc0
parentd3b1a9a778e1a014c5331d1e8d4863fd999eb0b5
epoll: Remove ep_scan_ready_list() in comments

Since commit 443f1a042233 ("lift the calls of ep_send_events_proc()
into the callers"), ep_scan_ready_list() has been removed.
But there are still several in comments. All of them should
be replaced with other caller functions.

Signed-off-by: Huang Xiaojia <huangxiaojia2@huawei.com>
Link: https://lore.kernel.org/r/20240206014353.4191262-1-huangxiaojia2@huawei.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/eventpoll.c