Re: [PATCHv2 0/8] btrfs: Create macro to iterate slots
From: David Sterba <hidden>
Date: 2021-08-31 11:20:33
On Thu, Aug 26, 2021 at 01:40:46PM -0300, Marcos Paulo de Souza wrote:
Marcos Paulo de Souza (8):
fs: btrfs: Introduce btrfs_for_each_slot
btrfs: block-group: use btrfs_for_each_slot in find_first_block_group
btrfs: dev-replace: Use btrfs_for_each_slot in
mark_block_group_to_copy
btrfs: dir-item: use btrfs_for_each_slot in
btrfs_search_dir_index_item
btrfs: inode: use btrfs_for_each_slot in btrfs_read_readdir
btrfs: send: Use btrfs_for_each_slot macro
btrfs: volumes: use btrfs_for_each_slot in btrfs_read_chunk_tree
btrfs: xattr: Use btrfs_for_each_slot macro in btrfs_listxattrThere are few comments regarding patch organization. Please: - drop the file prefixes from the subject (like "inode:", "send:") - change "fs: btrfs:" to just "btrfs:" in the first patch - unify the subjects that switch to the iterator to be "btrfs: use btrfs_for_each_slot in FUNCTION" - do one patch per function, even if there are several in one file