commit | 3256a05531b1164a9c138da701b922a113bddf82 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Jan 31 12:39:50 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Jan 31 14:57:31 2010 +0900 |
tree | cbaf7f9c6ee23683eef59922ae08e60da110a487 | |
parent | abe94c756c08d50566c09a65b9c7fe72f83071c5 [diff] |
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 <konishi.ryusuke@lab.ntt.co.jp>