commit | ba1bfbd592c1adddd5d0005f587a6e308e25c949 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Mon Oct 22 20:02:56 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Tue Oct 23 15:09:14 2012 +0200 |
tree | fa6f07ea288c4798f297e400a7abff38e66f891c | |
parent | 57911b8ba814fae01306376a0d02bc7cdc88dc94 [diff] |
Btrfs: fix a tree mod logging issue for root replacement operations Avoid the implicit free by tree_mod_log_set_root_pointer, which is wrong in two places. Where needed, we call tree_mod_log_free_eb explicitly now. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>