Loading fs/cifs/smb2pdu.c +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon) case SMB2_CHANGE_NOTIFY: case SMB2_QUERY_INFO: case SMB2_SET_INFO: return -EAGAIN; rc = -EAGAIN; } unload_nls(nls_codepage); return rc; Loading Loading
fs/cifs/smb2pdu.c +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon) case SMB2_CHANGE_NOTIFY: case SMB2_QUERY_INFO: case SMB2_SET_INFO: return -EAGAIN; rc = -EAGAIN; } unload_nls(nls_codepage); return rc; Loading