Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4772c795 authored by Pavel Shilovsky's avatar Pavel Shilovsky
Browse files

CIFS: Fix missing nls unload in smb2_reconnect()



Cc: Stable <stable@vger.kernel.org>
Acked-by: default avatarSachin Prabhu <sprabhu@redhat.com>
Signed-off-by: default avatarPavel Shilovsky <pshilov@microsoft.com>
parent b0a752b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;