commit | 88fc3897e3219e63ae6e2d180a6c87d033ef9f3b | [log] [tgz] |
---|---|---|
author | George Anzinger <george@wildturkeyranch.net> | Fri Feb 03 03:04:20 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 03 08:32:06 2006 -0800 |
tree | 4443e273b15c2f07229d65b90df2ae3579afb80d | |
parent | 034b91a3b66cf9d2983ac45f73162395c0936c36 [diff] |
[PATCH] Normalize timespec for negative values in ns_to_timespec - In case of a negative nsec value the result of the division must be normalized. - Remove inline from an exported function. Signed-off-by: George Anzinger <george@wildturkeyranch.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>