From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753798Ab2BMJCe (ORCPT ); Mon, 13 Feb 2012 04:02:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14352 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132Ab2BMJCc (ORCPT ); Mon, 13 Feb 2012 04:02:32 -0500 Message-ID: <1329123738.2647.44.camel@cr0> Subject: Re: linux-next: manual merge of the kmap_atomic tree with the staging tree From: Cong Wang To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "K. Y. Srinivasan" , Greg KH Date: Mon, 13 Feb 2012 17:02:18 +0800 In-Reply-To: <20120213160821.e223fac74fb6fa53315f3dbe@canb.auug.org.au> References: <20120213160821.e223fac74fb6fa53315f3dbe@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2012-02-13 at 16:08 +1100, Stephen Rothwell wrote: > Hi Cong, > > Today's linux-next merge of the kmap_atomic tree got a conflict in > drivers/staging/hv/storvsc_drv.c between various commits from the staging > tree and commit c41a603a7235 ("hv: remove the second argument of k > [un]map_atomic()") from the kmap_atomic tree. > > I fixed it up (see below) and can carry the fix as necessary. Sounds fine, thanks!