mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
fs: btrfs: Cleanup the old implementation
This cleans up the now unneeded code from the old btrfs implementation. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek Behún <marek.behun@nic.cz>
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
#define BTRFS_SUPER_INFO_OFFSET SZ_64K
|
||||
#define BTRFS_SUPER_INFO_SIZE SZ_4K
|
||||
|
||||
/* U-boot specific */
|
||||
int btrfs_read_superblock(void);
|
||||
|
||||
/* From btrfs-progs */
|
||||
int read_whole_eb(struct btrfs_fs_info *info, struct extent_buffer *eb, int mirror);
|
||||
struct extent_buffer* read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr,
|
||||
|
||||
Reference in New Issue
Block a user