lkml.org 
[lkml]   [2001]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH] Cleaned /dev/epoll patch ...

The /dev/epoll patch has been cleaned and slightly changed :


1) moved the file callback list handling from fs/file.c to fs/fcblist.c

2) moved the functions definitions from include/linux/file.h to
include/linux/fcblist.h

3) renamed the patch from /dev/poll to /dev/epoll ( event poll )

4) renamed the devpoll.c(.h) files into eventpoll.c(.h)

5) configuration variable from CONFIG_DEVPOLL to CONFIG_EVENTPOLL

6) fixed a locking issue on SMP

7) kmalloc/vmalloc switch for big chunks of mem

8) increased the maximum number of fds to 128000 ( maybe I'll change this to be
unbounded )

9) changed device MINOR to 124




You can find the patch and the test software here :

http://www.xmailserver.org/linux-patches/nio-improve.html




- Davide

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:17    [W:0.163 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site