From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932549AbcLAP0Y (ORCPT ); Thu, 1 Dec 2016 10:26:24 -0500 Received: from mga07.intel.com ([134.134.136.100]:35977 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759738AbcLAP0V (ORCPT ); Thu, 1 Dec 2016 10:26:21 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,282,1477983600"; d="scan'208";a="1076144873" Date: Thu, 1 Dec 2016 08:26:19 -0700 From: Ross Zwisler To: Jan Kara Cc: Ross Zwisler , linux-kernel@vger.kernel.org, Alexander Viro , Andrew Morton , Christoph Hellwig , Dan Williams , Dave Chinner , Ingo Molnar , Matthew Wilcox , Steven Rostedt , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@ml01.01.org Subject: Re: [PATCH v2 2/6] dax: remove leading space from labels Message-ID: <20161201152619.GA5160@linux.intel.com> Mail-Followup-To: Ross Zwisler , Jan Kara , linux-kernel@vger.kernel.org, Alexander Viro , Andrew Morton , Christoph Hellwig , Dan Williams , Dave Chinner , Ingo Molnar , Matthew Wilcox , Steven Rostedt , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org References: <1480549533-29038-1-git-send-email-ross.zwisler@linux.intel.com> <1480549533-29038-3-git-send-email-ross.zwisler@linux.intel.com> <20161201081144.GC12804@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161201081144.GC12804@quack2.suse.cz> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 01, 2016 at 09:11:44AM +0100, Jan Kara wrote: > On Wed 30-11-16 16:45:29, Ross Zwisler wrote: > > No functional change. > > > > As of this commit: > > > > commit 218dd85887da (".gitattributes: set git diff driver for C source code > > files") > > > > git-diff and git-format-patch both generate diffs whose hunks are correctly > > prefixed by function names instead of labels, even if those labels aren't > > indented with spaces. > > > > Signed-off-by: Ross Zwisler > > Didn't we agree do leave this for a bit later? Sorry, I thought you just asked to not have to edit your "Page invalidation fixes" series because of this change. This series is based on a tree that already includes your page invalidation work, so it shouldn't cause you any thrash. I'll pull it out of the next version of this series.