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

From: Christoph Hellwig
Date: Wed Jan 13 2016 - 03:27:45 EST


> 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.