From: Ryusuke Konishi Date: Mon, 2 Nov 2009 06:08:13 +0000 (+0900) Subject: nilfs2: fix irregular checkpoint creation due to data flush X-Git-Tag: v2.6.32-rc6~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeda7f6343e6375a832e52ff5ed389c115023ca5;p=pandora-kernel.git nilfs2: fix irregular checkpoint creation due to data flush When nilfs flushes out dirty data to reduce memory pressure, creation of checkpoints is wrongly postponed. This bug causes irregular checkpoint creation especially in small footprint systems. To correct this issue, a timer for the checkpoint creation has to be continued if a log writer does not create a checkpoint. This will do the correction. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed