From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH-v2] MAINTAINERS: Add drivers/target/ entry Date: Mon, 23 May 2011 23:43:40 -0700 Message-ID: <1306219420.2298.12.camel@Joe-Laptop> References: <1306185032-11629-1-git-send-email-nab@linux-iscsi.org> <1306193789.8687.61.camel@Joe-Laptop> <1306217469.29724.150.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.perches.com ([173.55.12.10]:1940 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751697Ab1EXGnm (ORCPT ); Tue, 24 May 2011 02:43:42 -0400 In-Reply-To: <1306217469.29724.150.camel@haakon2.linux-iscsi.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , linux-next , Randy Dunlap , Stephen Rothwell , James Bottomley On Mon, 2011-05-23 at 23:11 -0700, Nicholas A. Bellinger wrote: > On Mon, 2011-05-23 at 16:36 -0700, Joe Perches wrote: > > On Mon, 2011-05-23 at 14:10 -0700, Nicholas A. Bellinger wrote: > > > From: Nicholas Bellinger > > > +TARGET SUBSYSTEM > > > +M: Nicholas A. Bellinger > > > +L: linux-scsi@vger.kernel.org > > > +L: http://groups.google.com/group/linux-iscsi-target-dev > > > +W: http://www.linux-iscsi.org > > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master > > > +S: Supported > > > +F: drivers/target/ > > > +F: include/target/ > > > +F: Documentation/target/ > > > > Shouldn't the file layout be more like > > drivers/lio/target? > Hi Joe, Hi Nicholas. > Not sure what you mean here.. Currently drivers/target/ contains the > fabric independent target core, and /drivers/target/$FABRIC/ contains > individual fabric module drivers. > > I originally decided to use drivers/target/ to avoid any confusion wrt > to the 'LIO' term, which to some folks is interchangable wrt to the > 'iscsi-target' fabric module. Target doesn't mean much to me and the wiki calls the system LIO. http://linux-iscsi.org/wiki/Main_Page I think that drivers/target might be better renamed to drivers/lio/target and drivers/lio/target/$FABRIC could be below that. No worries if you think otherwise. cheers, Joe