commit | 8f267cf994dde6442b11e6ed4c348a290db7ab8f | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:03:00 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | adb4514fcccde61bf3d30ef860b5c96a14c6b565 | |
parent | 0af170483e337ca9695aed79d52b76b6e98de9ba [diff] |
fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() These two functions play a big role in btrfs bootstrap. The following function is removed: - Seed device support Although in theory we can still support multiple devices, we don't have a facility in U-Boot to do device scan without opening them. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>