From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756109AbcAMI1m (ORCPT ); Wed, 13 Jan 2016 03:27:42 -0500 Received: from verein.lst.de ([213.95.11.211]:41621 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbcAMI1k (ORCPT ); Wed, 13 Jan 2016 03:27:40 -0500 Date: Wed, 13 Jan 2016 09:27:38 +0100 From: Christoph Hellwig To: "Nicholas A. Bellinger" Cc: target-devel , linux-scsi , lkml , Sagi Grimberg , Christoph Hellwig , Hannes Reinecke , Andy Grover , Vasu Dev , Vu Pham , Nicholas Bellinger Subject: Re: [PATCH-v2 3/4] target: Fix change depth se_session reference usage 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 Content-Disposition: inline In-Reply-To: <1452457724-10629-4-git-send-email-nab@daterainc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.