Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 523723bb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

fs/eventpoll.c: fix sys_epoll_create1() comment



The `size' argument was removed.

Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Ulrich Drepper <drepper@redhat.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 98b0da43
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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)
{