Loading fs/cifs/smb2pdu.c +1 −2 Original line number Diff line number Diff line Loading @@ -1403,7 +1403,6 @@ SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, rsp = (struct smb2_close_rsp *)iov[0].iov_base; if (rc != 0) { if (tcon) cifs_stats_fail_inc(tcon, SMB2_CLOSE_HE); goto close_exit; } Loading Loading
fs/cifs/smb2pdu.c +1 −2 Original line number Diff line number Diff line Loading @@ -1403,7 +1403,6 @@ SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, rsp = (struct smb2_close_rsp *)iov[0].iov_base; if (rc != 0) { if (tcon) cifs_stats_fail_inc(tcon, SMB2_CLOSE_HE); goto close_exit; } Loading