Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752530AbcCTTA3 (ORCPT ); Sun, 20 Mar 2016 15:00:29 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:36636 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791AbcCTTAV (ORCPT ); Sun, 20 Mar 2016 15:00:21 -0400 Date: Sun, 20 Mar 2016 19:00:16 +0000 From: Al Viro To: Linus Torvalds Cc: "Kirill A. Shutemov" , Christoph Lameter , Linux Kernel Mailing List , Andrew Morton , linux-fsdevel , Matthew Wilcox , Vineet Gupta , linux-mm Subject: Re: [PATCH 01/71] arc: get rid of PAGE_CACHE_* and page_cache_{get,release} macros Message-ID: <20160320190016.GD17997@ZenIV.linux.org.uk> References: <1458499278-1516-1-git-send-email-kirill.shutemov@linux.intel.com> <1458499278-1516-2-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 389 Lines: 8 On Sun, Mar 20, 2016 at 11:54:56AM -0700, Linus Torvalds wrote: > I'm OK with this, but let's not do this as a hundred small patches, OK? > > It doesn't help legibility or testing, so let's just do it in one big go. Might make sense splitting it by the thing being removed, though - easier to visually verify that it's doing the right thing when all replacements are of the same sort...