From: Mingming Cao Date: Tue, 29 Jan 2008 04:58:27 +0000 (-0500) Subject: jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup X-Git-Tag: v2.6.25-rc1~1166^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db857da3369cd4eb6a28be1cce89d33162caa4a0;p=pandora-kernel.git jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup While "every 5 seconds" doesn't sound as a problem, there can be many of these (and these timers do add up over all the kernel). The "5 second" wakeup isn't really timing sensitive; in addition even with rounding it'll still happen every 5 seconds (with the exception of the very first time, which is likely to be rounded up to somewhere closer to 6 seconds) (Ported from similar JBD patch made by Arjan van de Ven to fs/jbd/transaction.c) Cc: Arjan van de Ven Cc: Andrew Morton Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed