From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932431AbcAMI61 (ORCPT ); Wed, 13 Jan 2016 03:58:27 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:56276 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932294AbcAMI6Z (ORCPT ); Wed, 13 Jan 2016 03:58:25 -0500 Message-ID: <1452675503.27508.52.camel@haakon3.risingtidesystems.com> Subject: Re: [PATCH-v2 3/4] target: Fix change depth se_session reference usage From: "Nicholas A. Bellinger" To: Christoph Hellwig Cc: "Nicholas A. Bellinger" , target-devel , linux-scsi , lkml , Sagi Grimberg , Hannes Reinecke , Andy Grover , Vasu Dev , Vu Pham Date: Wed, 13 Jan 2016 00:58:23 -0800 In-Reply-To: <20160113082738.GA13158@lst.de> References: <1452457724-10629-1-git-send-email-nab@daterainc.com> <1452457724-10629-4-git-send-email-nab@daterainc.com> <20160113082738.GA13158@lst.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.