commit | 74910e6c7dc7471b286a883c1a7af70483ffd2ba | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Fri Feb 17 13:52:58 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 17 13:59:28 2006 -0800 |
tree | 42314cf5882563b967284900a18e990b8a974a91 | |
parent | 200a4552af34b9a32e1f68a881a9ed5c7ec699cc [diff] |
[PATCH] select: time comparison fixes I got all of these backwards. We want to return min(input timeout, new timeout) to userspace to prevent increasing the time-remaining value. Thanks to Ernst Herzberg <earny@net4u.de> for reporting and diagnosing. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>