[PATCH] Remove eventpoll macro obfuscation
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 23 Jun 2005 07:10:03 +0000 (00:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:30 +0000 (09:45 -0700)
commitb030a4dd609e167da7f73c2d1fa5af864a0aea17
tree543d65bcf9b0de3c69c8882e9eb6d8eae6556af8
parent46c271bedd2c8444b1d05bc44928beec0c07debc
[PATCH] Remove eventpoll macro obfuscation

This patch gets rid of some macro obfuscation from fs/eventpoll.c by
removing slab allocator wrappers and converting macros to static inline
functions.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/eventpoll.c