]> git.baikalelectronics.ru Git - kernel.git/commit
SMB311: Fix reconnect
authorSteve French <stfrench@microsoft.com>
Mon, 23 Apr 2018 00:51:22 +0000 (19:51 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 25 Apr 2018 16:15:20 +0000 (11:15 -0500)
commitde1522781f40b66458312f193b69d29cd09e143b
tree2e7191435919faa93f227c40680c97bcb6189f3a
parent54ddcb7ac2364c3ed91927b82f8fb919a04826f5
SMB311: Fix reconnect

The preauth hash was not being recalculated properly on reconnect
of SMB3.11 dialect mounts (which caused access denied repeatedly
on auto-reconnect).

Fixes: 45214f77667d ("CIFS: implement v3.11 preauth integrity")
Signed-off-by: Steve French <smfrench@gmail.com>
CC: Stable <stable@vger.kernel.org>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/transport.c