[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1bbea295-69f6-80ad-2000-a48fb1da8eda@oracle.com>
Date: Fri, 12 May 2023 17:30:01 -0500
From: Mike Christie <michael.christie@...cle.com>
To: Chris Leech <cleech@...hat.com>, Lee Duncan <lduncan@...e.com>,
linux-scsi@...r.kernel.org, open-iscsi@...glegroups.com,
netdev@...r.kernel.org
Subject: Re: [PATCH 05/11] iscsi: check net namespace for all iscsi lookup
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);
Powered by blists - more mailing lists