> @@ -2906,8 +2909,9 @@ int relocate_tree_blocks(struct btrfs_trans_handle *trans, > out: > err = finish_pending_nodes(trans, rc, path, err); > > +out_free_path: > btrfs_free_path(path); > -out_path: > +out_free_blocks: > free_block_list(blocks); > return err; > } > -- > 1.8.2 Yeah, that makes a lot more sense. Reviewed-by: Zach Brown <zab@xxxxxxxxxx> - z -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
