From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758461Ab0CKW2U (ORCPT ); Thu, 11 Mar 2010 17:28:20 -0500 Received: from terminus.zytor.com ([198.137.202.10]:57492 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752693Ab0CKW2T (ORCPT ); Thu, 11 Mar 2010 17:28:19 -0500 Message-ID: <4B996E58.6010407@zytor.com> Date: Thu, 11 Mar 2010 14:27:36 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: OGAWA Hirofumi CC: Daniel Taylor , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] fs/partition/msdos: Fix unusable extended partition for > 512B sector References: <3E0C3AE547FA504DA5E89EA5A24AC85803E2BD2D@wdscexbe01.sc.wdc.com> <20100301141335.395dc4c3.akpm@linux-foundation.org> <873a0h1p2c.fsf@devron.myhome.or.jp> <876358iehd.fsf@devron.myhome.or.jp> <4B9430B6.701@zytor.com> <87pr3fd68r.fsf@devron.myhome.or.jp> <4B9440FC.3090502@zytor.com> <87zl2j9muz.fsf@devron.myhome.or.jp> <87wrxkw52s.fsf_-_@devron.myhome.or.jp> <87sk88w4xk.fsf_-_@devron.myhome.or.jp> <3E0C3AE547FA504DA5E89EA5A24AC85803E2BD87@wdscexbe01.sc.wdc.com> <873a07oyts.fsf@devron.myhome.or.jp> <3E0C3AE547FA504DA5E89EA5A24AC85803E2BD8E@wdscexbe01.sc.wdc.com> <87vdd2fqpr.fsf@devron.myhome.or.jp> In-Reply-To: <87vdd2fqpr.fsf@devron.myhome.or.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/11/2010 02:17 PM, OGAWA Hirofumi wrote: > > Those are all about the first (1/2) patch, not this second patch. > Personally, I'm thinking we should apply the first patch as bugfix. > > I'm talking about only second (2/2) patch in here. > The 2/2 patch seems to be a bug fix too; it implements the intent of the original code as far as I can see. -hpa