dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Andrew Morton 2008-08-12 15:09:01 -07:00 committed by Linus Torvalds
parent 98b0da4307
commit 523723bb50
1 changed files with 1 additions and 4 deletions

View File

@ -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)
{