commit | 3f39894d1b5c253b10fcb8fbbbcf65a330f6cdc7 | [log] [tgz] |
---|---|---|
author | George Anzinger <george@mvista.com> | Sun Nov 13 16:07:44 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Nov 13 18:14:17 2005 -0800 |
tree | 6d166da37e874f2c0b891d4cf61b5f4b9bf5a71f | |
parent | 09e12f9f6bcd9af516d901223cebdbae58b32c9f [diff] |
[PATCH] timespec: normalize off by one errors It would appear that the timespec normalize code has an off by one error. Found in three places. Thanks to Ben for spotting. Signed-off-by: George Anzinger<george@mvista.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>