On 5/6/23 6:29 PM, Chris Leech wrote: > @@ -4065,8 +4108,10 @@ iscsi_if_recv_msg(struct net *net, struct sk_buff *skb, > ev->u.c_session.cmds_max, > ev->u.c_session.queue_depth); > break; > + /* MARK */
Got an extra comment in there. > case ISCSI_UEVENT_CREATE_BOUND_SESSION: > - ep = iscsi_lookup_endpoint(ev->u.c_bound_session.ep_handle); > + ep = iscsi_lookup_endpoint(net, > + ev->u.c_bound_session.ep_handle); -- 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/1bbea295-69f6-80ad-2000-a48fb1da8eda%40oracle.com.
