On Fri, May 16, 2025 at 11:03:18AM +0800, Pan Chuang wrote:
> Based on patch v1, perform code style conversions such as function naming
> and commit message adjustments without changing the logic. Additionally,
> add patch 14 and patch 15.
>
> Pan Chuang (2):
> btrfs: pass struct rb_simple_node pointer directly in
> rb_simple_insert()
> btrfs: use rb_find_add() in rb_simple_insert()
>
> Yangtao Li (13):
> btrfs: use rb_find_add() in btrfs_insert_inode_defrag()
> btrfs: use rb_find() in __btrfs_lookup_delayed_item()
> btrfs: use rb_find() in ulist_rbtree_search()
> btrfs: use rb_find_add() in ulist_rbtree_insert()
> btrfs: use rb_find() in lookup_block_entry()
> btrfs: use rb_find_add() in insert_block_entry()
> btrfs: use rb_find() in lookup_root_entry()
> btrfs: use rb_find_add() in insert_root_entry()
> btrfs: use rb_find_add() in insert_ref_entry()
> btrfs: use rb_find() in find_qgroup_rb()
> btrfs: use rb_find_add() in add_qgroup_rb()
> btrfs: use rb_find() in btrfs_qgroup_trace_subtree_after_cow()
> btrfs: use rb_find_add() in btrfs_qgroup_add_swapped_blocks()
Thanks for the v2, the cleanups look good, I'll add them to for-next,
with a few coding style fixups.