From owner-freebsd-current@FreeBSD.ORG Fri Sep 29 10:27:19 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC81216A492 for ; Fri, 29 Sep 2006 10:27:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFAC43D46 for ; Fri, 29 Sep 2006 10:27:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 829EC46BE1; Fri, 29 Sep 2006 06:27:18 -0400 (EDT) Date: Fri, 29 Sep 2006 11:27:18 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Eric Anderson In-Reply-To: <451ADC21.50206@centtech.com> Message-ID: <20060929112610.S73166@fledge.watson.org> References: <451ADC21.50206@centtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: isofs/cd9660 -> relocate to fs/isofs/cd9660? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 10:27:19 -0000 On Wed, 27 Sep 2006, Eric Anderson wrote: > I noticed that cd9660 file system is in sys/isofs/cd9660 instead of what > seems more logical: sys/fs/cd9660. Is there any reason not to move it? > Curious mostly.. It's interesting that it was left behind in the last big rearrangement, which did successfully move most of the misc. file systems to the fs tree. One good reason not to move things around in the kernel tree is that it's not just kernel code that is affected -- userland code is also affected, and if there are third party apps that use kernel include files, they need to be updated. I'm not sure if that's true for the cd9660 file system, but it would be easy to imagine that being the case. Robert N M Watson Computer Laboratory University of Cambridge