commit | d40990537c9ea85dfe75dbe0ffba5e1002dfdf3f | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed May 25 23:00:27 2011 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Jun 11 15:51:15 2011 +0900 |
tree | 3db27e3e911428502942c95b9f8f52e2a041bd54 | |
parent | fe744fdb74f2417d8571faefa45f72b0ead25f89 [diff] |
nilfs2: fix missing block address termination in btree node shrinking nilfs_btree_delete function does not terminate part of virtual block addresses when shrinking the last remaining child node into the root node. The missing address termination causes that dead btree node blocks persist and chip away free disk space. This fixes the leak bug on the btree node deletion. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>