]> git.karo-electronics.de Git - karo-tx-linux.git/commit
epoll: cleanup: hoist out f_op->poll calls
authorEric Wong <normalperson@yhbt.net>
Wed, 20 Mar 2013 04:07:48 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:05 +0000 (16:34 +1100)
commit04ffcb9748c6930e82e6e5b67baa0e0e5202b602
treefec9d05a47f5a6e87039157cdb481f2a14885246
parentdeee2fdc4c4775923aed90bc48c6f308d3b69775
epoll: cleanup: hoist out f_op->poll calls

This reduces the amount of code inside the ready list iteration loops for
better readability IMHO.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/eventpoll.c