提交 7d3fb24b 编写于 作者: S Steve French

Removed duplicated (and unneeded) goto

Remove an unneeded goto (and also was duplicated goto target name).
Signed-off-by: NSteve French <smfrench@gmail.com>
上级 9bf0c9cd
......@@ -2161,11 +2161,9 @@ send_set_info(const unsigned int xid, struct cifs_tcon *tcon,
rc = SendReceive2(xid, ses, iov, num, &resp_buftype, 0);
rsp = (struct smb2_set_info_rsp *)iov[0].iov_base;
if (rc != 0) {
if (rc != 0)
cifs_stats_fail_inc(tcon, SMB2_SET_INFO_HE);
goto out;
}
out:
free_rsp_buf(resp_buftype, rsp);
kfree(iov);
return rc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册