Message ID | 20200313170656.9716-1-mlombard@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix a race condition in the target driver | expand |
Maurizio, > Multiple threads may try to destroy the same iscsi session structure > by calling iscsit_close_session() and then end up hanging. > > This patchset modifies the driver so the session structure is > destroyed by iscsit_close_connection() when the last connection gets > closed, thus preventing the race condition. Applied to 5.7/scsi-queue, thanks!