From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KO3F4-0000bq-8R for mharc-grub-devel@gnu.org; Wed, 30 Jul 2008 00:24:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KO3F2-0000WY-DG for grub-devel@gnu.org; Wed, 30 Jul 2008 00:24:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KO3F1-0000Tx-2z for grub-devel@gnu.org; Wed, 30 Jul 2008 00:24:47 -0400 Received: from [199.232.76.173] (port=54986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KO3F0-0000TZ-QF for grub-devel@gnu.org; Wed, 30 Jul 2008 00:24:46 -0400 Received: from gateway12.websitewelcome.com ([69.93.154.13]:41590) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KO3F1-0004wk-78 for grub-devel@gnu.org; Wed, 30 Jul 2008 00:24:47 -0400 Received: (qmail 13526 invoked from network); 30 Jul 2008 04:30:33 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway12.websitewelcome.com with SMTP; 30 Jul 2008 04:30:33 -0000 Received: from c-67-185-142-228.hsd1.wa.comcast.net ([67.185.142.228]:59268 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KO3Eu-0006m2-Dn; Tue, 29 Jul 2008 23:24:40 -0500 Date: Tue, 29 Jul 2008 21:23:47 -0700 From: Colin D Bennett To: The development of GRUB 2 Message-ID: <20080729212347.77401bbd@gibibit.com> In-Reply-To: References: <20080727212509.GA24358@thorin> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Cc: bean123ch@gmail.com Subject: Re: [PATCH] buffered file read 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, 30 Jul 2008 04:24:48 -0000 On Wed, 30 Jul 2008 11:48:19 +0800 Bean wrote: > On Mon, Jul 28, 2008 at 1:08 PM, Bean wrote: > > Hi, > > > > I have added a buffer length parameter to grub_buffile_open: > > > ... > > If no one objects, I'd commit this patch soon. > Sounds good to me! Regards, Colin