From owner-freebsd-fs@FreeBSD.ORG Fri Jun 3 02:34:51 2005 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D1616A41C; Fri, 3 Jun 2005 02:34:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3021843D1F; Fri, 3 Jun 2005 02:34:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j532fORQ030787; Thu, 2 Jun 2005 20:41:24 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <429FC188.8080805@samsco.org> Date: Thu, 02 Jun 2005 20:33:44 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Craig Rodrigues References: <20050603022444.GA34086@crodrigues.org> In-Reply-To: <20050603022444.GA34086@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: freebsd-fs@freebsd.org, dumbbell@freebsd.org, freebsd-arch@freebsd.org Subject: Re: [RFC] Move reiserfs code to src/sys/gnu/fs? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 02:34:51 -0000 Craig Rodrigues wrote: > Hi, > > Due to the increasing number of filesystems with GNU licenses > being imported into the tree (Reiserfs was just imported, and > sometime in the future, XFS may be imported), I suggest > that a new directory be created: > > src/sys/gnu/fs > > I also suggest that the recent Reiserfs code which was imported > into the tree be moved from > src/sys/gnu/reiserfs to src/sys/gnu/fs/reiserfs > > Since the code was just imported, this operation should be > a simple case of cvs rm'ing the files that exist, and cvs add'ing > them to the new directory. > > At some point, it would be nice to move ext2fs to > src/sys/gnu/fs, but that would involve more work (a repo copy). > > What do people think? > > Thanks. > I agree! Scott