From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IN7pg-0000Ze-5I for mharc-grub-devel@gnu.org; Mon, 20 Aug 2007 10:02:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IN7pe-0000Z2-P9 for grub-devel@gnu.org; Mon, 20 Aug 2007 10:02:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IN7pd-0000Y8-5v for grub-devel@gnu.org; Mon, 20 Aug 2007 10:02:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN7pc-0000Y5-Vq for grub-devel@gnu.org; Mon, 20 Aug 2007 10:02:13 -0400 Received: from smtp-vbr7.xs4all.nl ([194.109.24.27]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IN7pc-0000sx-5y for grub-devel@gnu.org; Mon, 20 Aug 2007 10:02:12 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7KE27Rp069037 for ; Mon, 20 Aug 2007 16:02:08 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: Mail-Copies-To: mgerards@xs4all.nl Date: Mon, 20 Aug 2007 16:04:50 +0200 In-Reply-To: (bean123ch@gmail.com's message of "Thu, 16 Aug 2007 00:26:16 +0800") Message-ID: <87tzquuwsd.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-Detected-Kernel: FreeBSD 4.6-4.9 Subject: Re: [PATCH] bug fix for the ntfs driver 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, 20 Aug 2007 14:02:14 -0000 Bean writes: Hi Bean, > This patch fix a bug in the ntfs driver which occurs when accessing > certain compressed files. Sorry again for the late reply... > 2007-08-16 Bean > > * fs/ntfs.c (read_block): Bug fix for compressed files. Please describe in the changelog entry what changed, not the functional effect. Examples can be: - Fix off-by-one error. - Initialize variable to 9. - Check if memory allocation fails, in that case return an error. etc. Unfortunately I do not understand your change, why it is required and what the error was. Can you please update the changelog entry? Thanks, Marco