From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IquAK-0004HW-G5 for mharc-grub-devel@gnu.org; Sat, 10 Nov 2007 12:30:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IquAI-0004HR-H1 for grub-devel@gnu.org; Sat, 10 Nov 2007 12:30:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IquAH-0004H9-LV for grub-devel@gnu.org; Sat, 10 Nov 2007 12:30:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IquAH-0004H2-CY for grub-devel@gnu.org; Sat, 10 Nov 2007 12:30:37 -0500 Received: from smtp-vbr17.xs4all.nl ([194.109.24.37]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IquAG-0007m9-Pf for grub-devel@gnu.org; Sat, 10 Nov 2007 12:30:37 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAAHUZ4V007599 for ; Sat, 10 Nov 2007 18:30:36 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <87tzquuwsd.fsf@xs4all.nl> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 10 Nov 2007 18:31:09 +0100 In-Reply-To: (bean123ch@gmail.com's message of "Tue, 21 Aug 2007 10:21:03 +0800") Message-ID: <87mytmdn36.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: by monty-python.gnu.org: 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: Sat, 10 Nov 2007 17:30:39 -0000 Bean writes: Hi, > The problem is caused by the structure of compressed files. In ntfs, > 16 clusters is the basic compressed unit. The original code assume > that the file will break in 16 cluster long blocks, but in fact, the > blocks will be merged if they are stored next to to each other on > disk. The new code fix this problem. > > * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks. Sorry for forgetting about this patch. It should be committed. Robert, if you have time, can you commit this? I will mark this mail as important... If you don't have the time, I will surely commit it ASAP :-) -- Marco