]> 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>
Fri, 22 Mar 2013 04:33:27 +0000 (15:33 +1100)
commit1682786066c070a6f64c4646b82e3d95bb167da2
tree1f61d3a3a24f6e1cf4135ac2ca36fbff0e5f5411
parent58110792ab0379559d7692ce9875d5400ac3f461
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