On Wed, Apr 15, 2020 at 04:41:12PM +0800, Qu Wenruo wrote: > These structures all are on-disk format. Move them to btrfs_tree.h > > This allows us to sync the header to different projects, who need to > read btrfs filesystem, like U-boot, grub. Please use a separate header for that. btrfs_tree.h is a UAPI header with strict ABI guarantees. Just add a fs/btrfs/btrfs_format.h that can be copied into the projects where is needed.
