On 4/7/20 4:44 AM, Qu Wenruo wrote:
These structures all are on-disk format. Move them to btrfs_tree.h This move includes: - btrfs magic It's a surprise that it's not even definied in btrfs_tree.h - tree block max level Move it before btrfs_header definition. - tree block backref revision - btrfs_header structure - btrfs_root_backup structure - btrfs_super_block structure - BTRFS_FEATURE_* flags - btrfs_item structure - btrfs_leaf structure - btrfs_key_ptr structure - btrfs_node structure - BTRFS_INODE_* flags Move them before btrfs_inode_item definition. Signed-off-by: Qu Wenruo <wqu@xxxxxxxx>
Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef
