Received: by oss.sgi.com id ; Mon, 3 Apr 2000 06:20:12 -0700 Received: from deliverator.sgi.com ([204.94.214.10]:46657 "EHLO deliverator.sgi.com") by oss.sgi.com with ESMTP id ; Mon, 3 Apr 2000 06:19:46 -0700 Received: from ledzep.cray.com (ledzep.cray.com [137.38.226.97]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id GAA09295 for ; Mon, 3 Apr 2000 06:15:02 -0700 (PDT) mail_from (mostek@sgi.com) Received: from ironwood-e185.americas.sgi.com (ironwood.cray.com [128.162.185.212]) by ledzep.cray.com (SGI-SGI-8.9.3/craymail-smart-nospam1.0) with ESMTP id IAA79951; Mon, 3 Apr 2000 08:17:12 -0500 (CDT) Received: from fsgi344.americas.sgi.com (fsgi344.americas.sgi.com [128.162.184.15]) by ironwood-e185.americas.sgi.com (8.8.4/SGI-ironwood-e1.4) with ESMTP id IAA05765; Mon, 3 Apr 2000 08:17:03 -0500 (CDT) From: Jim Mostek Received: by fsgi344.americas.sgi.com (980427.SGI.8.8.8/SGI-client.1.6) id IAA33404; Mon, 3 Apr 2000 08:17:09 -0500 (CDT) Message-Id: <200004031317.IAA33404@fsgi344.americas.sgi.com> Subject: Re: Source code for Linux XFS now available! To: cw@f00f.org (Chris Wedgwood) Date: Mon, 3 Apr 2000 08:17:08 -0500 (CDT) Cc: linux-xfs@oss.sgi.com In-Reply-To: <20000402204843.A2130@metastasis.f00f.org> from "Chris Wedgwood" at Apr 02, 2000 08:48:43 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing There are a few files outside the modules we have that are affected. There are few modules that comprise XFS: xfs, pagebuf, and pagebuf_locking, avl. The last 3 are really just one module (from my perspective) that other file systems could use, too. Anyway the files outside XFS don't have lots of changes, but are there. We haven't had the time to separate all the XFS changes or to try to get these changes into the default kernel. That will come later. A few of the files affected are: linux/mm/filemap.c, linux/include/linux/fs.h, linux/init/main.c, and linux/include/linux/mm.h. Jim > >> A complete linux 2.3.99pre2 tree including the XFS filesystem is >> available for cvs checkout. > >How much code outside the xfs code has been affected? I ask this >because for those of us on slow links it would be desirable to >decouple this code from the kernel and build as a module. > > > >-cw >