diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-08-13 00:09:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-13 01:07:30 +0200 |
commit | 523723bb5032f291272f9732713713b9b82ccfe0 (patch) | |
tree | 115afcf1a051bbfb24fba3f416efbd20065198fc | |
parent | drivers/char/rtc.c: removed duplicated include (diff) | |
download | linux-523723bb5032f291272f9732713713b9b82ccfe0.tar.xz linux-523723bb5032f291272f9732713713b9b82ccfe0.zip |
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>
-rw-r--r-- | fs/eventpoll.c | 5 |
1 files changed, 1 insertions, 4 deletions
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) { |