From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JACry-0004x2-Ru for mharc-grub-devel@gnu.org; Wed, 02 Jan 2008 18:19:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JACrx-0004vB-Fj for grub-devel@gnu.org; Wed, 02 Jan 2008 18:19:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JACrw-0004uA-Hf for grub-devel@gnu.org; Wed, 02 Jan 2008 18:19:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JACrw-0004tl-CO for grub-devel@gnu.org; Wed, 02 Jan 2008 18:19:28 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JACrw-0004fg-7h for grub-devel@gnu.org; Wed, 02 Jan 2008 18:19:28 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 59B113EB24 for ; Thu, 3 Jan 2008 00:24:07 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 3 Jan 2008 00:19:24 +0100 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801030019.24885.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Transparent decompression with file system filter 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: Wed, 02 Jan 2008 23:19:29 -0000 On Monday 31 December 2007 17:59, Bean wrote: > Hi, > > Changes in this new patch: > > 1, change function name grub_file_open_raw to grub_file_ropen > 2, replace grub_file_open in command/blocklist.c and > util/i386/pc/grub-setup.c to grub_file_ropen. > > If nobody objects, i would like to commit this in a few days. Please wait a minute. Personally, I don't want grub_file_open to decompress a content automatically. The name should stand for what it does. That was why I named grub_file_open and grub_gzfile_open like this. This was really one of what I didn't like in GRUB Legacy. If you want to have a function to open any kind of compressed file, please add something else (e.g. grub_compressed_file_open). Okuji