commit | 95aac7b1cd224f568fb83937044cd303ff11b029 | [log] [tgz] |
---|---|---|
author | Shawn Bohrer <[email protected]> | Wed Oct 27 15:34:54 2010 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Oct 27 18:03:18 2010 -0700 |
tree | 24c08cfe031ecc0549cf3f7900e992a27044c4ad | |
parent | 231f3d393f63f6e3b505afa179999bba491d0f08 [diff] |
epoll: make epoll_wait() use the hrtimer range feature This make epoll use hrtimers for the timeout value which prevents epoll_wait() from timing out up to a millisecond early. This mirrors the behavior of select() and poll(). Signed-off-by: Shawn Bohrer <[email protected]> Cc: Al Viro <[email protected]> Acked-by: Davide Libenzi <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>