From: Davide Libenzi Date: Tue, 22 Mar 2011 23:34:46 +0000 (-0700) Subject: epoll: move ready event check into proper inline X-Git-Tag: v2.6.39-rc1~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb0e584a68cd1c5085e69be441f2ad032aaee72;p=pandora-kernel.git 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 Cc: Shawn Bohrer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed