On 12/21/20 10:49 PM, Naohiro Aota wrote:
This is a preparation for the next patch. This commit split alloc_log_tree() to allocating tree structure part (remains in alloc_log_tree()) and allocating tree node part (moved in btrfs_alloc_log_tree_node()). The latter part is also exported to be used in the next patch.Signed-off-by: Johannes Thumshirn <johannes.thumsh...@wdc.com> Signed-off-by: Naohiro Aota <naohiro.a...@wdc.com>
Reviewed-by: Josef Bacik <jo...@toxicpanda.com> Thanks, Josef