mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
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
@ -3980,7 +3980,8 @@ again:
|
||||
if (ret < 0) {
|
||||
err = ret;
|
||||
goto out_unlock;
|
||||
} if (ret) {
|
||||
}
|
||||
if (ret) {
|
||||
ins_nr = 0;
|
||||
btrfs_release_path(path);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user