From: Ryusuke Konishi Date: Sun, 31 Jan 2010 03:39:50 +0000 (+0900) Subject: nilfs2: fix potential leak of dirty data on umount X-Git-Tag: v2.6.33-rc7~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3256a05531b1164a9c138da701b922a113bddf82;p=pandora-kernel.git nilfs2: fix potential leak of dirty data on umount This fixes incorrect usage of nilfs_segctor_confirm() test function in nilfs_segctor_destroy(); nilfs_segctor_confirm() returns zero if the filesystem is not clean, so its use in nilfs_segctor_destroy() needs inversion. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed