commit | 450d89ec0a91dbad81adaa635fdb1325b57f8d69 | [log] [tgz] |
---|---|---|
author | Eric Wong <[email protected]> | Tue Apr 30 15:27:42 2013 -0700 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Cc: Davide Libenzi <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>