From: Ryusuke Konishi Date: Wed, 25 May 2011 14:00:27 +0000 (+0900) Subject: nilfs2: fix incorrect block address termination in node concatenation X-Git-Tag: v3.0-rc3~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe744fdb74f2417d8571faefa45f72b0ead25f89;p=pandora-kernel.git nilfs2: fix incorrect block address termination in node concatenation nilfs_btree_delete function wrongly terminates virtual block address of the btree node held by its parent at index 0. When concatenating the index-0 node with its right sibling node, nilfs_btree_delete terminates the block address of index-0 node instead of the right sibling node which should be deleted. This bug not only wears disk space in the long run, but also causes file system corruption. This will fix it. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed