Commit 430a6626 authored by David Sterba's avatar David Sterba
Browse files

btrfs: tree-log: use symbolic name for first replay stage

parent f64ce7b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6233,7 +6233,7 @@ int btrfs_recover_log_trees(struct btrfs_root *log_root_tree)
	struct btrfs_fs_info *fs_info = log_root_tree->fs_info;
	struct walk_control wc = {
		.process_func = process_one_buffer,
		.stage = 0,
		.stage = LOG_WALK_PIN_ONLY,
	};

	path = btrfs_alloc_path();