commit | 3fb0e584a68cd1c5085e69be441f2ad032aaee72 | [log] [tgz] |
---|---|---|
author | Davide Libenzi <davidel@xmailserver.org> | Tue Mar 22 16:34:46 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 22 17:44:15 2011 -0700 |
tree | 8cf550c8fabf54aeca48d76538357b7211a18c83 | |
parent | d03e1617f089c0bcbc22b9d4739e04a0b43b14fa [diff] |
epoll: move ready event check into proper inline Move the event readiness check into a proper inline, and use it uniformly inside ep_poll() code. Events in the ->ovflist are no less ready than the ones in ->rdllist. Signed-off-by: Davide Libenzi <davidel@xmailserver.org> Cc: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>