commit | b449fc6fcc07a392c69f3c1db9a4ad4dda8cbcba | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@sun.com> | Thu Jul 30 20:09:46 2009 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Sep 16 17:44:10 2009 +0200 |
tree | cc748936233e62cb8ae3325505e84805fb08b5ad | |
parent | ab86e5765d41a5eb4239a1c04d613db87bea5ed8 [diff] |
JBD: round commit timer up to avoid uncommitted transaction Fix jiffie rounding in jbd commit timer setup code. Rounding down could cause the timer to be fired before the corresponding transaction has expired. That transaction can stay not committed forever if no new transaction is created or explicit sync/umount happens. Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Jan Kara <jack@suse.cz>