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

Commit ccf7f29d authored by Wang Shilong's avatar Wang Shilong Committed by Josef Bacik
Browse files

Btrfs: remove unused variable in the iterate_extent_inodes()

parent 0abd5b17
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1464,8 +1464,6 @@ int iterate_extent_inodes(struct btrfs_fs_info *fs_info,
				iterate_extent_inodes_t *iterate, void *ctx)
{
	int ret;
	struct list_head data_refs = LIST_HEAD_INIT(data_refs);
	struct list_head shared_refs = LIST_HEAD_INIT(shared_refs);
	struct btrfs_trans_handle *trans;
	struct ulist *refs = NULL;
	struct ulist *roots = NULL;