]> git.karo-electronics.de Git - karo-tx-linux.git/commit
epoll: cleanup: hoist out f_op->poll calls
authorEric Wong <normalperson@yhbt.net>
Tue, 26 Mar 2013 23:25:08 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:30 +0000 (17:12 +1100)
commitb83662a056afc0d37fcb0116034850edb5cc0d3a
tree6007ede09ac7c92a6e5c5912f76287fec0ac9e72
parentdd504ad9aa64b229c2d3167ef56d6b98c026d216
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