From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH-v2 3/4] target: Fix change depth se_session reference usage Date: Wed, 13 Jan 2016 09:27:38 +0100 Message-ID: <20160113082738.GA13158@lst.de> References: <1452457724-10629-1-git-send-email-nab@daterainc.com> <1452457724-10629-4-git-send-email-nab@daterainc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1452457724-10629-4-git-send-email-nab@daterainc.com> Sender: target-devel-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: target-devel , linux-scsi , lkml , Sagi Grimberg , Christoph Hellwig , Hannes Reinecke , Andy Grover , Vasu Dev , Vu Pham , Nicholas Bellinger List-Id: linux-scsi@vger.kernel.org > 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.