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

Commit a71db86e authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Jiri Kosina
Browse files

fs/btrfs/tree-log.c: Fix closing brace followed by if

parent 158c1294
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3980,7 +3980,8 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans,
		if (ret < 0) {
			err = ret;
			goto out_unlock;
		} if (ret) {
		}
		if (ret) {
			ins_nr = 0;
			btrfs_release_path(path);
			continue;