From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C23DAC47089 for ; Thu, 27 May 2021 08:11:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93F9E613DC for ; Thu, 27 May 2021 08:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235141AbhE0IMi (ORCPT ); Thu, 27 May 2021 04:12:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229793AbhE0IMi (ORCPT ); Thu, 27 May 2021 04:12:38 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF2B4C061574; Thu, 27 May 2021 01:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=vT74XKRQuhUfgLTtwSOq9b0Z9WdSrSMbTGF3sw2pf4s=; b=fm1v8qYSLk//NA61Wa8uZtqNSz J0lO9IAJT+GN0aRGc52FJmjtq0GlQVFkBK3NA7L44OgjOgusQSJcn3PIkC9Hu2+O7uUBe6r2H1XOz jqHxQ+ewhbQr2dJvcd47dA0aGWjkSqz6XeK2CjAFTRadU32IDtOejSZ1JNo+emJGJrn11WdFGEOL/ o+IJ1Wk+T/j1rm0NSFu6vTlYKTBbOc62eb2af4hqNzp/XbVD0iTENsCOj8xDX8QIlYAUkpEW+xnHp nOvxJilMB3cAEn/a3Pfcg6AcFLfKwRRC4L8qQ0NhtZ0+d/yEwuSzQ2S2hLTOP1ywL/49VxG1w14Py f3SLCeyQ==; Received: from hch by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lmB67-005Jn6-PC; Thu, 27 May 2021 08:10:36 +0000 Date: Thu, 27 May 2021 09:10:31 +0100 From: Christoph Hellwig To: Matthew Wilcox Cc: Vlastimil Babka , akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Zi Yan , Christoph Hellwig , Jeff Layton Subject: Re: [PATCH v10 07/33] mm: Add folio_get Message-ID: References: <20210511214735.1836149-1-willy@infradead.org> <20210511214735.1836149-8-willy@infradead.org> <88a265ab-9ecd-18b7-c150-517a5c2e5041@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, May 14, 2021 at 03:24:26PM +0100, Matthew Wilcox wrote: > On Fri, May 14, 2021 at 01:56:46PM +0200, Vlastimil Babka wrote: > > Nitpick: function names in subject should IMHO also end with (). But not a > > reason for resend all patches that don't... > > Hm, I thought it was preferred to not do that. I can fix it > easily enough when I go through and add the R-b. I hate the pointless (). Some maintainers insist on it. No matter what you do you'll make some folks happy and others not.