]> git.neil.brown.name Git - history.git/commit
[PATCH] epoll: microoptimisations
authorAndrew Morton <akpm@osdl.org>
Sat, 5 Jul 2003 02:38:00 +0000 (19:38 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 5 Jul 2003 02:38:00 +0000 (19:38 -0700)
commit0d98604b2849f0449b15bf0cb90654e949db4cb8
tree5921666b7252af6f1ce44f1517e5f3b3249d0866
parent1c630a8df793686088620aa88913e3cb9b635353
[PATCH] epoll: microoptimisations

From: Davide Libenzi <davidel@xmailserver.org>

- Inline eventpoll_release() so that __fput() does not need to call in
  epoll code if the file itself is not registered inside an epoll fd

- Add <linux/types.h> inclusion due __u32 and __u64 usage

- Fix debug printf that would otherwise panic if enabled with the new
  epoll code
fs/eventpoll.c
include/linux/eventpoll.h