* [PATCH] Cleaned /dev/epoll patch ...
@ 2001-07-12 21:56 Davide Libenzi
0 siblings, 0 replies; only message in thread
From: Davide Libenzi @ 2001-07-12 21:56 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-12 21:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-12 21:56 [PATCH] Cleaned /dev/epoll patch Davide Libenzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox