From: Ryusuke Konishi Date: Mon, 22 Mar 2010 05:01:24 +0000 (+0900) Subject: nilfs2: fix duplicate call to nilfs_segctor_cancel_freev X-Git-Tag: v2.6.34-rc3~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8428acaee5468d194d8a84de22a0797791cb33;p=pandora-kernel.git nilfs2: fix duplicate call to nilfs_segctor_cancel_freev Andreas Beckmann gave me a report that nilfs logged the following warnings when it got a disk full: nilfs_sufile_do_cancel_free: segment 0 must be clean nilfs_sufile_do_cancel_free: segment 1 must be clean These arise from a duplicate call to nilfs_segctor_cancel_freev in an error path of log writer. This will fix the issue. Reported-by: Andreas Beckmann Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed