commit | 450d89ec0a91dbad81adaa635fdb1325b57f8d69 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Tue Apr 30 15:27:42 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 30 17:04:04 2013 -0700 |
tree | 939059552c8bb7dd83e12937e355d1548880195b | |
parent | ddf676c38b56a8641c8eb9fb856fa304018ff390 [diff] |
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>