linux-stable/fs/jbd2
Mingming Cao db857da336 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 <arjan@linux.intel.com>
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-28 23:58:27 -05:00
..
checkpoint.c jbd2: jbd2 stats through procfs 2008-01-28 23:58:27 -05:00
commit.c ext4: Add the journal checksum feature 2008-01-28 23:58:27 -05:00
journal.c jbd2: Mark jbd2 slabs as SLAB_TEMPORARY 2008-01-28 23:58:27 -05:00
Makefile [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols 2006-10-11 11:14:15 -07:00
recovery.c ext4: Add the journal checksum feature 2008-01-28 23:58:27 -05:00
revoke.c jbd2: Mark jbd2 slabs as SLAB_TEMPORARY 2008-01-28 23:58:27 -05:00
transaction.c jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup 2008-01-28 23:58:27 -05:00