From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1ByWRg-0000KX-0I for mharc-grub-devel@gnu.org; Sat, 21 Aug 2004 10:02:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByWRe-0000Jq-CM for grub-devel@gnu.org; Sat, 21 Aug 2004 10:02:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByWRc-0000H7-SB for grub-devel@gnu.org; Sat, 21 Aug 2004 10:02:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByWRc-0000Gx-Nt for grub-devel@gnu.org; Sat, 21 Aug 2004 10:02:08 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByWN3-000092-5y for grub-devel@gnu.org; Sat, 21 Aug 2004 09:57:25 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id B4B2DF0CDB42 for ; Sat, 21 Aug 2004 09:57:24 -0400 (EDT) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 21 Aug 2004 15:57:54 +0200 User-Agent: KMail/1.6.1 References: <20040808173040.GA11531@artax.karlin.mff.cuni.cz> <87ekmam39f.fsf@marco.marco-g.com> <20040814103804.GA15507@artax.karlin.mff.cuni.cz> In-Reply-To: <20040814103804.GA15507@artax.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408211557.54844.okuji@enbug.org> Subject: Re: bugfix, hostfs 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, 21 Aug 2004 14:02:10 -0000 I've added "device id". The id is defined in disk.h, and used to assign the id of a disk device. Normally, you can look up a device id in this way: disk->dev->id Tomas, can you update your patch for hostfs according to my change? Okuji