From e90381417c101b1619c16423b65248194f80a544 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 12 Aug 2008 15:09:01 -0700 Subject: [PATCH] --- yaml --- r: 108263 b: refs/heads/master c: 523723bb5032f291272f9732713713b9b82ccfe0 h: refs/heads/master i: 108261: 430b80416df3b86bfdfb584b2db13df5f1f713b9 108259: 55670ced9684c4cdba14f71aa2522360e1493926 108255: c70bb1db4461fcaab2cf35ad42d77223eaf04393 v: v3 --- [refs] | 2 +- trunk/fs/eventpoll.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 605b469be8ac..7f164961dfd1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98b0da43079740ecd07197dacd9720d54bb4dce0 +refs/heads/master: 523723bb5032f291272f9732713713b9b82ccfe0 diff --git a/trunk/fs/eventpoll.c b/trunk/fs/eventpoll.c index 0c87474f7917..7cc0eb756b55 100644 --- a/trunk/fs/eventpoll.c +++ b/trunk/fs/eventpoll.c @@ -1041,10 +1041,7 @@ static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, } /* - * 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) {