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

Commit 639cb586 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Fix variable init during csum creation

parent 9473f16c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ again:
	item = btrfs_lookup_csum(trans, root, path, objectid, offset, 1);
	if (!IS_ERR(item)) {
		leaf = path->nodes[0];
		ret = 0;
		goto found;
	}
	ret = PTR_ERR(item);