提交 a71db86e 编写于 作者: R Rasmus Villemoes 提交者: Jiri Kosina

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

Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
Reviewed-by: NJosef Bacik <jbacik@fb.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 158c1294
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册