fs/btrfs/tree-log.c: Fix closing brace followed by if
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
158c12948f
commit
a71db86e86
1 changed files with 2 additions and 1 deletions
|
@ -3980,7 +3980,8 @@ again:
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
err = ret;
|
err = ret;
|
||||||
goto out_unlock;
|
goto out_unlock;
|
||||||
} if (ret) {
|
}
|
||||||
|
if (ret) {
|
||||||
ins_nr = 0;
|
ins_nr = 0;
|
||||||
btrfs_release_path(path);
|
btrfs_release_path(path);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue