From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EKOhf-0000I9-Pu for mharc-grub-devel@gnu.org; Tue, 27 Sep 2005 19:17:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKOhe-0000Hr-B4 for grub-devel@gnu.org; Tue, 27 Sep 2005 19:17:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKOhb-0000HL-VF for grub-devel@gnu.org; Tue, 27 Sep 2005 19:17:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKOcy-0006yN-0a for grub-devel@gnu.org; Tue, 27 Sep 2005 19:12:48 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKODj-0006wz-Io for grub-devel@gnu.org; Tue, 27 Sep 2005 18:46:43 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id CA3873C006298 for ; Wed, 28 Sep 2005 03:08:24 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 28 Sep 05 01:08:24 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 28 Sep 2005 00:46:41 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> In-Reply-To: <874q861b0z.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509280046.41594.okuji@enbug.org> Subject: Re: AFFS support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 23:17:39 -0000 On Tuesday 27 September 2005 11:00 pm, Marco Gerards wrote: > Because I didn't immediately want to continue working on XFS support > and because Jaime (he's CC'ed) asked me about AFFS support, I wrote > AFFS support. Great. > Both the SFS (if it is just as easy to implement as AFFS, I need it > for my pegasos) and XFS filesystem are on my short term to do list. Can you commit xfs.c so that we can share the code? I would like to work on it. Okuji