>>> Sasha Levin <[email protected]> schrieb am 05.04.2021 um 18:03 in Nachricht <[email protected]>: > @@ -2963,6 +2971,7 @@ static int iscsi_if_ep_disconnect(struct > iscsi_transport *transport, > mutex_lock(&conn->ep_mutex); > conn->ep = NULL; > mutex_unlock(&conn->ep_mutex); > + conn->state = ISCSI_CONN_DOWN; > }
I just wonder: Why do you set the CONN_DOWN outside of the MUTEX? -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/open-iscsi/606C272C020000A1000402F9%40gwsmtp.uni-regensburg.de.
