From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6811881D97 for ; Thu, 1 Dec 2016 07:26:20 -0800 (PST) Date: Thu, 1 Dec 2016 08:26:19 -0700 From: Ross Zwisler Subject: Re: [PATCH v2 2/6] dax: remove leading space from labels Message-ID: <20161201152619.GA5160@linux.intel.com> 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-Disposition: inline In-Reply-To: <20161201081144.GC12804@quack2.suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Jan Kara Cc: Andrew Morton , Matthew Wilcox , linux-nvdimm@lists.01.org, Dave Chinner , linux-kernel@vger.kernel.org, Steven Rostedt , Christoph Hellwig , linux-mm@kvack.org, Ingo Molnar , Alexander Viro , linux-fsdevel@vger.kernel.org List-ID: 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. _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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@lists.01.org Subject: Re: [PATCH v2 2/6] dax: remove leading space from labels Message-ID: <20161201152619.GA5160@linux.intel.com> 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> Sender: owner-linux-mm@kvack.org List-ID: 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. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org 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.