From: Andreas Dilger Date: Tue, 11 Aug 2009 02:51:53 +0000 (-0400) Subject: jbd2: round commit timer up to avoid uncommitted transaction X-Git-Tag: v2.6.32-rc1~633^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f485f20eb9b02cc7d2009556287f3939d480cc;p=pandora-kernel.git jbd2: 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 expicit sync/umount happens. Signed-off-by: Alex Zhuravlev (Tomas) Signed-off-by: Andreas Dilger Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed