From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754553AbcAHJFj (ORCPT ); Fri, 8 Jan 2016 04:05:39 -0500 Received: from verein.lst.de ([213.95.11.211]:50399 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753137AbcAHJFc (ORCPT ); Fri, 8 Jan 2016 04:05:32 -0500 Date: Fri, 8 Jan 2016 10:05:29 +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 3/4] tcm_fc: Convert acl lookup to modern get_initiator_node_acl usage Message-ID: <20160108090529.GA701@lst.de> References: <1452237348-2277-1-git-send-email-nab@daterainc.com> <1452237348-2277-4-git-send-email-nab@daterainc.com> <20160108082114.GC32138@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160108082114.GC32138@lst.de> 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 On Fri, Jan 08, 2016 at 09:21:15AM +0100, Christoph Hellwig wrote: > Btw, who is dropping the reference we're acuiring through > core_tpg_get_initiator_node_acl? Ok, we do in transport_deregister_session/transport_free_session. But that means patches 3 and 4 need to go first, otherwise we fail to grab a reference in tcm_fc and srpt that we later drop after patch 1.