Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fs/eventpoll.c: fix sys_epoll_create1() comment

The `size' argument was removed.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ulrich Drepper <drepper@redhat.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andrew Morton and committed by
Linus Torvalds
523723bb 98b0da43

+1 -4
+1 -4
fs/eventpoll.c
··· 1041 1041 } 1042 1042 1043 1043 /* 1044 - * It opens an eventpoll file descriptor. The "size" parameter is there 1045 - * for historical reasons, when epoll was using an hash instead of an 1046 - * RB tree. With the current implementation, the "size" parameter is ignored 1047 - * (besides sanity checks). 1044 + * Open an eventpoll file descriptor. 1048 1045 */ 1049 1046 asmlinkage long sys_epoll_create1(int flags) 1050 1047 {