commit | 3ef5969cd8a42a78ccdbc53f7abb2e6136b2ec65 | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Thu Nov 08 21:27:24 2012 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Dec 12 17:15:27 2012 -0500 |
tree | 2d2cd2af6c4dedcb3809f11c2c3f8fbebbede8be | |
parent | e1f5790e0588bc5b11eb57f95bfde8702049dd0d [diff] |
Btrfs: merge inode_list in __merge_refs When __merge_refs merges two refs, it is also needed to merge the inode_list of both refs. Otherwise we have missed backrefs and memory leaks. This happens for example if two inodes share an extent and both lie in the same leaf and thus also have the same parent. Signed-off-by: Alexander Block <ablock84@googlemail.com> Reviewed-by: Jan Schmidt <list.btrfs@jan-o-sch.net> Signed-off-by: Chris Mason <chris.mason@fusionio.com>