Re: [PATCH-v2 3/4] target: Fix change depth se_session reference usage

From: Nicholas A. Bellinger
Date: Wed Jan 13 2016 - 03:58:29 EST


On Wed, 2016-01-13 at 09:27 +0100, Christoph Hellwig wrote:
> > int core_tpg_set_initiator_node_queue_depth(
> > struct se_portal_group *tpg,
> > - unsigned char *initiatorname,
> > + struct se_node_acl *acl,
> > u32 queue_depth,
> > int force)
>
> And while we're at it - the tpg should be dropped as well, we can
> get it from acl->se_tpg trivially.

Done.