From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQprk-0000An-Rg for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 13:30:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQpri-0000Ah-VY for grub-devel@gnu.org; Sat, 15 Oct 2005 13:30:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQprh-0000AV-GQ for grub-devel@gnu.org; Sat, 15 Oct 2005 13:30:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQprh-0000AS-DA for grub-devel@gnu.org; Sat, 15 Oct 2005 13:30:37 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQprh-0006JA-EW for grub-devel@gnu.org; Sat, 15 Oct 2005 13:30:37 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 341BD3C006286 for ; Sat, 15 Oct 2005 22:00:00 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 15 Oct 05 19:59:59 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 15 Oct 2005 19:30:34 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> <200509290112.15925.okuji@enbug.org> <200510151128.47724.okuji@enbug.org> In-Reply-To: <200510151128.47724.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510151930.34841.okuji@enbug.org> Subject: Re: XFS 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: Sat, 15 Oct 2005 17:30:39 -0000 On Saturday 15 October 2005 11:28 am, Yoshinori K. Okuji wrote: > grub> cat /home/yo/hobby/grub2/objs/fs-menu.lst > error: attempt to seek outside of the file > > I will take a look at this problem. Sorry. This problem was not concerned with XFS at all. It was due to a small bug in grub_file_seek. I apologize that I assumed that everything buggy was because of XFS blindly. Okuji