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

Commit 006a58a2 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Compile warning fixup in volume.c

parent f2eb0a24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ int btrfs_add_device(struct btrfs_trans_handle *trans,
	struct extent_buffer *leaf;
	struct btrfs_key key;
	unsigned long ptr;
	u64 free_devid;
	u64 free_devid = 0;

	root = root->fs_info->chunk_root;