From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: linux-next: manual merge of the kmap_atomic tree with the staging tree Date: Fri, 06 Jan 2012 16:17:22 +0800 Message-ID: <1325837842.9815.33.camel@cr0> References: <20120106184055.3669727def69e424cd98690d@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14306 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932909Ab2AFIRh (ORCPT ); Fri, 6 Jan 2012 03:17:37 -0500 In-Reply-To: <20120106184055.3669727def69e424cd98690d@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Haiyang Zhang , "K. Y. Srinivasan" , Greg KH On Fri, 2012-01-06 at 18:40 +1100, Stephen Rothwell wrote: > Hi Cong, > > Today's linux-next merge of the kmap_atomic tree got conflicts in > drivers/net/hyperv/netvsc_drv.c and drivers/net/hyperv/rndis_filter.c > between commit 453263421f88 ("net/hyperv: Remove unnecessary kmap_atomic > in netvsc driver") from the staging tree and commit e91cd643d15d ("hv: > remove the second argument of k[un]map_atomic()") from the kmap_atomic > tree. > > The former removed the code modified by the latter, so I did that. This makes sense for me. Thanks for fixing it!