From: John Stultz Date: Wed, 14 Jul 2010 00:56:19 +0000 (-0700) Subject: time: Implement timespec_add X-Git-Tag: v2.6.36-rc1~514^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3bf7ab22527183634a76512d9854a38615e4d5;p=pandora-kernel.git time: Implement timespec_add After accidentally misusing timespec_add_safe, I wanted to make sure we don't accidently trip over that issue again, so I created a simple timespec_add() function which we can use to replace the instances of timespec_add_safe() that don't want the overflow detection. Signed-off-by: John Stultz LKML-Reference: <1279068988-21864-3-git-send-email-johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed