Skip to content

Commit 5af6ce7

Browse files
committed
Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fix from Steve French: "Fix for reconnect oops in smbdirect (RDMA), also is marked for stable" * tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6: cifs: Fix oops due to uncleared server->smbd_conn in reconnect
2 parents 90aaef4 + b7ab916 commit 5af6ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/smbdirect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ void smbd_destroy(struct TCP_Server_Info *server)
14051405
destroy_workqueue(info->workqueue);
14061406
log_rdma_event(INFO, "rdma session destroyed\n");
14071407
kfree(info);
1408+
server->smbd_conn = NULL;
14081409
}
14091410

14101411
/*

0 commit comments

Comments
 (0)