From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lineq-0001qv-1g for mharc-grub-devel@gnu.org; Sun, 15 Mar 2009 06:33:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lineo-0001qE-3M for grub-devel@gnu.org; Sun, 15 Mar 2009 06:33:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Linej-0001oT-HP for grub-devel@gnu.org; Sun, 15 Mar 2009 06:33:25 -0400 Received: from [199.232.76.173] (port=50333 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Linej-0001oQ-9i for grub-devel@gnu.org; Sun, 15 Mar 2009 06:33:21 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:61815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Linei-0007Qx-Pc for grub-devel@gnu.org; Sun, 15 Mar 2009 06:33:21 -0400 Received: from [85.180.63.180] (e180063180.adsl.alicedsl.de [85.180.63.180]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1LineX2wwr-00008t; Sun, 15 Mar 2009 11:33:09 +0100 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: <200903150627.34301.okuji@enbug.org> Content-Type: text/plain Date: Sun, 15 Mar 2009 11:33:18 +0100 Message-Id: <1237113198.3490.0.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/3bP2L9+mrIhRPwDN2sYNIsGpQ/KsuJZCrSW4 RoCw+gBFmKuCSxidgjgo4v/D7Rloq/Pom+e1SvNFqE2EGoP2bj QxZkVzsiSFkiSnyQrRJRi8VmuJQWNqZ X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Bug fix for ext2.c 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: Sun, 15 Mar 2009 10:33:26 -0000 Am Sonntag, den 15.03.2009, 14:00 +0800 schrieb Bean: > Hi, Hi Bean, > Oh right, this one should be ok. + grub_error (GRUB_ERR_BAD_FS, "not an xfs filesystem"); This should probable be `not an ext2 filesystem' :) -- Felix Zielcke