]> 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)
commitdeba019ddb85c2899b5ea8e33cdfbb5acb853ab6
tree2e7191435919faa93f227c40680c97bcb6189f3a
parent1905babe9f444165e5f98b7fd3bca41990664c8d
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: f85523353d79 ("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