From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123Ab1K1LnX (ORCPT ); Mon, 28 Nov 2011 06:43:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14354 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255Ab1K1LnW (ORCPT ); Mon, 28 Nov 2011 06:43:22 -0500 Message-ID: <4ED373C3.4050903@redhat.com> Date: Mon, 28 Nov 2011 19:42:59 +0800 From: Cong Wang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 MIME-Version: 1.0 To: Sergei Shtylyov CC: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, Jeff Garzik , linux-ide@vger.kernel.org Subject: Re: [PATCH 10/62] ata: remove the second argument of k[un]map_atomic() References: <1322371662-26166-1-git-send-email-amwang@redhat.com> <1322371662-26166-11-git-send-email-amwang@redhat.com> <4ED35BFE.6080900@mvista.com> In-Reply-To: <4ED35BFE.6080900@mvista.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2011年11月28日 18:01, Sergei Shtylyov 写道: > Hello. > > On 27-11-2011 9:26, Cong Wang wrote: > >> Signed-off-by: Cong Wang >> --- >> drivers/ata/libata-sff.c | 8 ++++---- >> 1 files changed, 4 insertions(+), 4 deletions(-) > > IMO, you should do this in a single patch, not piecemeal to keep the kernel bisectable. > Hi, Please see patch 01/62, https://lkml.org/lkml/2011/11/28/35 So even without it, the kernel can still compile, just with some warnings. Thanks.