From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [RFC 22/22] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric module Date: Sun, 5 Sep 2010 13:30:06 -0700 Message-ID: <20100905203006.GD18411@core.coreip.homeip.net> References: <1283160203-6981-1-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1283160203-6981-1-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , FUJITA Tomonori , Mike Christie , Christoph Hellwig , Hannes Reinecke , James Bottomley , Jens Axboe , Boaz Harrosh List-Id: linux-scsi@vger.kernel.org On Mon, Aug 30, 2010 at 02:23:23AM -0700, Nicholas A. Bellinger wrote: > + > +static void tcm_loop_primary_release(struct device *dev) > +{ > + return; > +} > + > +static struct device tcm_loop_primary = { > + .init_name = "tcm_loop_0", > + .release = tcm_loop_primary_release, > +}; > + No, you can not have statically allocated devices and dummy release functions. -- Dmitry