From: Andrew Morton Date: Tue, 12 Aug 2008 22:09:01 +0000 (-0700) Subject: fs/eventpoll.c: fix sys_epoll_create1() comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=523723bb5032f291272f9732713713b9b82ccfe0;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git fs/eventpoll.c: fix sys_epoll_create1() comment The `size' argument was removed. Reported-by: Geert Uytterhoeven Cc: Ulrich Drepper Cc: Davide Libenzi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 0c87474f7917..7cc0eb756b55 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c @@ -1041,10 +1041,7 @@ retry: } /* - * It opens an eventpoll file descriptor. The "size" parameter is there - * for historical reasons, when epoll was using an hash instead of an - * RB tree. With the current implementation, the "size" parameter is ignored - * (besides sanity checks). + * Open an eventpoll file descriptor. */ asmlinkage long sys_epoll_create1(int flags) {