From: Thomas Gleixner Date: Sun, 31 Aug 2008 15:09:53 +0000 (-0700) Subject: select: add a timespec_add_safe() function X-Git-Tag: v2.6.28-rc1~18^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0cc0539b4127bd02f64de2c335b4af1fdb3845;p=pandora-kernel.git select: add a timespec_add_safe() function For the select() rework, it's important to be able to add timespec structures in an overflow-safe manner. This patch adds a timespec_add_safe() function for this which is similar in operation to ktime_add_safe(), but works on a struct timespec. Signed-off-by: Thomas Gleixner Signed-off-by: Arjan van de Ven --- Reading git-diff-tree failed