commit | d85f959507ec92b4e321d29985e85bd1d92b8bfc | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:02:55 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | 9d8fa004e9265b872cb2ce9df1e2f49c15bf1d87 | |
parent | f6377ffaffe71f0fecffeeccc4f1c3f784ff1510 [diff] |
fs: btrfs: Crossport read_tree_block() from btrfs-progs This is the one of the basic stone function for btrfs, which: - Resolves the chunk mappings - Reads data from disk - Does various sanity check With read_tree_block(), we can finally crossport needed btrfs btree operations to U-Boot. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>