On 08/17/2011 07:06 AM, [email protected] wrote: > Index: open-iscsi-2.0-871/usr/initiator.c > =================================================================== > --- open-iscsi-2.0-871.orig/usr/initiator.c > +++ open-iscsi-2.0-871/usr/initiator.c > @@ -592,6 +592,7 @@ static void iscsi_flush_context_pool(str > iscsi_conn_context_put(conn_context); > } > } > + actor_delete(&conn->login_timer); > } > > static void >
Could you provide a better explanation for how you hit this? What code path does this fail in and under what conditions? Is it a error path? Is it during normal shutdown? Also I do not think this applies so cleanly anymore. I get some fuzz due to iscsi_conn_context_put being renamed. Could you make sure you need this patch upstream still? -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
