From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: linux-next: Tree for June 16 (osd) Date: Wed, 17 Jun 2009 15:45:18 +0300 Message-ID: <4A38E55E.7050006@panasas.com> References: <20090616165923.8ca4ddcb.sfr@canb.auug.org.au> <4A37CC79.5000907@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A37CC79.5000907@oracle.com> Sender: linux-next-owner@vger.kernel.org To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , scsi List-Id: linux-scsi@vger.kernel.org On 06/16/2009 07:46 PM, Randy Dunlap wrote: > Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20090615: > > > When > CONFIG_BLK_DEV_OSD=y > CONFIG_SCSI_OSD_INITIATOR=y > # CONFIG_SCSI_OSD_ULD is not set > > build fails with > > drivers/built-in.o: In function `class_osdblk_remove': > osdblk.c:(.text+0x55376): undefined reference to `osduld_put_device' > drivers/built-in.o: In function `class_osdblk_add': > osdblk.c:(.text+0x5564d): undefined reference to `osduld_path_lookup' > osdblk.c:(.text+0x5584d): undefined reference to `osduld_put_device' > > Thanks, osdblk has the wrong dependency, I will fix it. Boaz