From a0d9de4e40cc9e0c613826bebb9a9e4a512eb495 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 13 Jun 2017 17:19:27 +0800 Subject: btrfs-progs: Refactor write_all_supers and its callers to use btrfs_fs_info Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- btrfs-select-super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btrfs-select-super.c') diff --git a/btrfs-select-super.c b/btrfs-select-super.c index 0a899966..e021221e 100644 --- a/btrfs-select-super.c +++ b/btrfs-select-super.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) /* make the super writing code think we've read the first super */ root->fs_info->super_bytenr = BTRFS_SUPER_INFO_OFFSET; - ret = write_all_supers(root); + ret = write_all_supers(root->fs_info); /* we don't close the ctree or anything, because we don't want a real * transaction commit. We just want the super copy we pulled off the -- cgit v1.2.3