Loading fs/ocfs2/dir.c +2 −2 Original line number Diff line number Diff line Loading @@ -1310,7 +1310,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, NULL); if (ret) { mlog_errno(ret); goto out; goto out_commit; } ret = ocfs2_journal_dirty(handle, di_bh); Loading @@ -1336,7 +1336,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, len, 0, NULL); if (ret) { mlog_errno(ret); goto out; goto out_commit; } } Loading Loading
fs/ocfs2/dir.c +2 −2 Original line number Diff line number Diff line Loading @@ -1310,7 +1310,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, NULL); if (ret) { mlog_errno(ret); goto out; goto out_commit; } ret = ocfs2_journal_dirty(handle, di_bh); Loading @@ -1336,7 +1336,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, len, 0, NULL); if (ret) { mlog_errno(ret); goto out; goto out_commit; } } Loading