From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 6 Dec 2017 11:26:15 -0700 From: Ross Zwisler To: Matthew Wilcox Cc: linux-mm@kvack.org, "zhangyi (F)" , linux-fsdevel@vger.kernel.org, Ross Zwisler Subject: Re: [PATCH v3] mm: Add unmap_mapping_pages Message-ID: <20171206182615.GA22533@linux.intel.com> References: <20171205154453.GD28760@bombadil.infradead.org> <20171206142627.GD32044@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206142627.GD32044@bombadil.infradead.org> Sender: owner-linux-mm@kvack.org List-ID: On Wed, Dec 06, 2017 at 06:26:27AM -0800, Matthew Wilcox wrote: > v3: > - Fix compilation > (I forgot to git commit --amend) > - Added Ross' Reviewed-by > v2: > - Fix inverted mask in dax.c > - Pass 'false' instead of '0' for 'only_cows' > - nommu definition > > --- 8< --- > > From df142c51e111f7c386f594d5443530ea17abba5f Mon Sep 17 00:00:00 2001 > From: Matthew Wilcox > Date: Tue, 5 Dec 2017 00:15:54 -0500 > Subject: [PATCH v3] mm: Add unmap_mapping_pages Just FYI, the above scissors doesn't allow me to apply the patch using git version 2.14.3: $ git am --scissors ~/patch/out.patch Patch is empty. When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". It's mad about the second set of mail headers in the body of your mail, and tries to separate into a second patch. You can get around this either by a) not having the second set of headers (From:, Date:, Subject:), or by including the extra info in a separate block below the --- line, i.e.: ... Signed-off-by: Matthew Wilcox Reported-by: "zhangyi (F)" Reviewed-by: Ross Zwisler --- v3: - Fix compilation (I forgot to git commit --amend) - Added Ross' Reviewed-by v2: - Fix inverted mask in dax.c - Pass 'false' instead of '0' for 'only_cows' - nommu definition --- fs/dax.c | 19 ++++++------------- include/linux/mm.h | 26 ++++++++++++++++---------- ... - Ross -- 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