TCON Reconnect during STATUS_NETWORK_NAME_DELETED
authorRohith Surabattula <rohiths@microsoft.com>
Tue, 16 Feb 2021 10:40:45 +0000 (10:40 +0000)
committerSteve French <stfrench@microsoft.com>
Tue, 23 Feb 2021 10:16:00 +0000 (04:16 -0600)
commit9e550b085206544bd03a8b1dd58a5414e9508351
treefeb47ae6e65596656c7596988b3db1f5f36c9546
parent23bda5e6511083ec1d76377e8075388e02639147
TCON Reconnect during STATUS_NETWORK_NAME_DELETED

When server returns error STATUS_NETWORK_NAME_DELETED, TCON
must be marked for reconnect. So, subsequent IO does the tree
connect again.

Signed-off-by: Rohith Surabattula <rohiths@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/smb2ops.c