From: KOSAKI Motohiro Date: Tue, 4 Mar 2008 22:28:32 +0000 (-0800) Subject: zlc_setup(): handle jiffies wraparound X-Git-Tag: v2.6.25-rc4~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ed273f5016c582413dfbc468dd084957d847e1;p=pandora-kernel.git zlc_setup(): handle jiffies wraparound jiffies subtraction may cause an overflow problem. It should be using time_after(). [akpm@linux-foundation.org: include jiffies.h] Signed-off-by: KOSAKI Motohiro Cc: Lee Schermerhorn Cc: Paul Jackson Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed