From owner-freebsd-fs@FreeBSD.ORG Fri Jun 3 02:24:28 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 A17AF16A41C; Fri, 3 Jun 2005 02:24:28 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8E943D49; Fri, 3 Jun 2005 02:24:27 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from dibbler.crodrigues.org (c-66-30-114-143.hsd1.ma.comcast.net[66.30.114.143]) by comcast.net (rwcrmhc11) with ESMTP id <20050603022427013004mrpue>; Fri, 3 Jun 2005 02:24:27 +0000 Received: from c-66-30-114-143.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by dibbler.crodrigues.org (8.13.3/8.13.1) with ESMTP id j532OiCv034112; Thu, 2 Jun 2005 22:24:44 -0400 (EDT) (envelope-from rodrigc@c-66-30-114-143.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-114-143.hsd1.ma.comcast.net (8.13.3/8.13.1/Submit) id j532Oi3Z034111; Thu, 2 Jun 2005 22:24:44 -0400 (EDT) (envelope-from rodrigc) Date: Thu, 2 Jun 2005 22:24:44 -0400 From: Craig Rodrigues To: freebsd-fs@freebsd.org Message-ID: <20050603022444.GA34086@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: dumbbell@freebsd.org, freebsd-arch@freebsd.org Subject: [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:24:28 -0000 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. -- Craig Rodrigues rodrigc@crodrigues.org