mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
CIFS: Fix missing nls unload in smb2_reconnect()
commit 4772c79599 upstream.
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
48f9526f4d
commit
69d13b69e7
@@ -280,7 +280,7 @@ out:
|
||||
case SMB2_CHANGE_NOTIFY:
|
||||
case SMB2_QUERY_INFO:
|
||||
case SMB2_SET_INFO:
|
||||
return -EAGAIN;
|
||||
rc = -EAGAIN;
|
||||
}
|
||||
unload_nls(nls_codepage);
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user