Commit 85beff45 authored by Pavel Shilovsky's avatar Pavel Shilovsky Committed by Willy Tarreau

CIFS: Fix missing nls unload in smb2_reconnect()

commit 4772c795 upstream.
Acked-by: default avatarSachin Prabhu <sprabhu@redhat.com>
Signed-off-by: default avatarPavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
parent e008a962
......@@ -254,7 +254,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment