From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JixCT-0007J6-6C for mharc-grub-devel@gnu.org; Mon, 07 Apr 2008 15:40:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JixCR-0007Gm-RK for grub-devel@gnu.org; Mon, 07 Apr 2008 15:40:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JixCR-0007Fv-3S for grub-devel@gnu.org; Mon, 07 Apr 2008 15:40:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JixCQ-0007Fl-Qb for grub-devel@gnu.org; Mon, 07 Apr 2008 15:40:14 -0400 Received: from mailout10.t-online.de ([194.25.134.21]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JixCQ-0003Wf-GP for grub-devel@gnu.org; Mon, 07 Apr 2008 15:40:14 -0400 Received: from fwd25.aul.t-online.de by mailout10.sul.t-online.de with smtp id 1JixCG-00058y-02; Mon, 07 Apr 2008 21:40:04 +0200 Received: from [10.3.2.2] (Gi-OOYZVZhKs2HdQT7a8QDOuLi1xVpc92ajx2I-nBliTyK2TGNFiZ6sWGZ9F-75g6M@[217.235.253.131]) by fwd25.aul.t-online.de with esmtp id 1JixC6-0HMHQG0; Mon, 7 Apr 2008 21:39:54 +0200 Message-ID: <47FA788B.7070303@t-online.de> Date: Mon, 07 Apr 2008 21:39:55 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <47F7643D.2070204@t-online.de> <20080406132131.jlcomedo2og0ocwc@webmail.spamcop.net> In-Reply-To: <20080406132131.jlcomedo2og0ocwc@webmail.spamcop.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Gi-OOYZVZhKs2HdQT7a8QDOuLi1xVpc92ajx2I-nBliTyK2TGNFiZ6sWGZ9F-75g6M X-TOI-MSGID: 8cfcd08e-5c8a-4683-83d3-8328f35ab3e1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Infinite loop regression due to recent change in hostfs.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: Mon, 07 Apr 2008 19:40:16 -0000 Pavel Roskin wrote: > Quoting Christian Franke <...>: > >> You should either undo this change or remove extra calls to >> grub_hostfs_init/fini from grub-emu.c and grub-fstest.c. The latter >> might not work if it is necessary to init hostfs first for some reason. > > I've removed the extra calls. I don't see any reasons why hostfs > should be registered first. > It now works as expected. Christian