From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755549Ab0JNJ02 (ORCPT ); Thu, 14 Oct 2010 05:26:28 -0400 Received: from verein.lst.de ([213.95.11.210]:37561 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754961Ab0JNJ0Z (ORCPT ); Thu, 14 Oct 2010 05:26:25 -0400 Date: Thu, 14 Oct 2010 11:26:01 +0200 From: Christoph Hellwig To: "Nicholas A. Bellinger" Cc: Christoph Hellwig , linux-scsi , linux-kernel , FUJITA Tomonori , Mike Christie , Hannes Reinecke , James Bottomley , Boaz Harrosh , Jens Axboe , "Martin K. Petersen" , Douglas Gilbert , Richard Sharpe Subject: Re: [PATCH 2/5] tcm: Unify INQUIRY subsystem plugin handling Message-ID: <20101014092601.GB28446@lst.de> References: <1286959681-3445-1-git-send-email-nab@linux-iscsi.org> <20101013110653.GA26366@lst.de> <1287001189.7334.47.camel@haakon2.linux-iscsi.org> <20101014000421.GB15583@lst.de> <1287030937.9909.30.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1287030937.9909.30.camel@haakon2.linux-iscsi.org> User-Agent: Mutt/1.3.28i X-Spam-Score: 0 () Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 13, 2010 at 09:35:37PM -0700, Nicholas A. Bellinger wrote: > So you would rather have struct se_device attributes set in TCM > subsystem specific ->create_virtdevice() code directly after > transport_add_device_to_core_hba() -> se_dev_set_default_attribs(), > right..? Actually you would want to set them before transport_add_device_to_core_hba. Always make sure an object is fully set up before making it accessible.