From 5c8d747cc660142af2216e452315356f3bc356b0 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 13 Jun 2017 17:19:20 +0800 Subject: btrfs-progs: Refactor csum_tree_block to use btrfs_fs_info Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 24d0a200..bf8eb1ed 100644 --- a/utils.h +++ b/utils.h @@ -115,8 +115,8 @@ u64 btrfs_device_size(int fd, struct stat *st); int get_label_mounted(const char *mount_path, char *labelp); int get_label_unmounted(const char *dev, char *label); int group_profile_max_safe_loss(u64 flags); -int csum_tree_block(struct btrfs_root *root, struct extent_buffer *buf, - int verify); +int csum_tree_block(struct btrfs_fs_info *root, struct extent_buffer *buf, + int verify); int ask_user(const char *question); int lookup_path_rootid(int fd, u64 *rootid); int btrfs_scan_devices(void); -- cgit v1.2.3