Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa0d0888 authored by Christos Gkekas's avatar Christos Gkekas Committed by David Sterba
Browse files

btrfs: Clean up dead code in root-tree



The value of variable 'can_recover' is never used after being set, thus
it should be removed, as it was never used since the first commit
68a7342c ("Btrfs: cleanup orphaned root orphan item").

Signed-off-by: default avatarChristos Gkekas <chris.gekas@gmail.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 9ca2e97f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -226,10 +226,6 @@ int btrfs_find_orphan_roots(struct btrfs_fs_info *fs_info)
	struct btrfs_root *root;
	int err = 0;
	int ret;
	bool can_recover = true;

	if (sb_rdonly(fs_info->sb))
		can_recover = false;

	path = btrfs_alloc_path();
	if (!path)