From: Alan Stern Date: Thu, 6 Nov 2008 07:42:48 +0000 (+0100) Subject: Add round_jiffies_up and related routines X-Git-Tag: v2.6.28-rc4~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c133c469d38043d5aadaa03f2fb840d88d1cf4f;p=pandora-kernel.git Add round_jiffies_up and related routines This patch (as1158b) adds round_jiffies_up() and friends. These routines work like the analogous round_jiffies() functions, except that they will never round down. The new routines will be useful for timeouts where we don't care exactly when the timer expires, provided it doesn't expire too soon. Signed-off-by: Alan Stern Signed-off-by: Jens Axboe --- Reading git-diff-tree failed