commit | 3b4b40c0d6c02c9a4adc684cf125f628651caf4c | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:02:47 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | 5667bde25b859eb2dbea7568fac3a869e2d0e604 | |
parent | 314b9b4a38befd120ce1c566d9eea8e0ec9d8336 [diff] |
fs: btrfs: Sync btrfs_btree.h from kernel This version includes all needed on-disk format from kernel. Only need to modify the include headers for U-Boot, everything else is untouched. Also, since U-Boot btrfs is using a different endian convert timing (at tree block read time), it needs some forced type conversion before proper crossport. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>