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

Commit de249e66 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: fix uninit variable in clone ioctl



Commit 0d97a64e0 creates a new variable but doesn't always set it up.
This puts it back to the original method (key.offset + 1) for the cases
not covered by Filipe's new logic.

Signed-off-by: default avatarChris Mason <clm@fb.com>
parent ccccf3d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3205,7 +3205,7 @@ static int btrfs_clone(struct inode *src, struct inode *inode,
	key.offset = off;

	while (1) {
		u64 next_key_min_offset;
		u64 next_key_min_offset = key.offset + 1;

		/*
		 * note the key will change type as we walk through the