cifs: close the shared root handle on tree disconnect

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Ronnie Sahlberg 2019-11-07 17:00:38 +10:00 коммит произвёл Steve French
Родитель 598b6c57f2
Коммит 72e73c78c4
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1807,6 +1807,8 @@ SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon)
if ((tcon->need_reconnect) || (tcon->ses->need_reconnect))
return 0;
close_shroot(&tcon->crfid);
rc = smb2_plain_req_init(SMB2_TREE_DISCONNECT, tcon, (void **) &req,
&total_len);
if (rc)