Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp666605pxj; Fri, 14 May 2021 12:33:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmynbGSS+bqwMnSmefPp7HFwTBjXD8TVeOdbTBguFB5+m2aGg7WDMKDs5g4lViZhNCsSAP X-Received: by 2002:a05:6402:54e:: with SMTP id i14mr59886867edx.210.1621020821916; Fri, 14 May 2021 12:33:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621020821; cv=none; d=google.com; s=arc-20160816; b=U5hqhfb1JBL49HucCsEp7+ImS9A/S+vt6yXB98zLP7S5zyP1R4HHQQIK7jhWmpj8oe YvzRy324xAHMCjLN5W7BdTUn/VN4ePWoTJR20HLLcwNBc3+j9uP/euZuyN5t82IHAxls 7Huvmdur5W5kqLJ9wiBXiOrCmH+/0+ZXvwTahiYNmC2he2tUPR9yonIGCK8d7wuxZEm/ w6ZmHtPs3kyH4L02P+AIOVTsokbwhRcgYZqwwx6I/CXRWdzu41Mgegt+ANfg/eRqQQzs H93ZtTK3DpWSWzfspPyFtWlheWSDnx3lIvvCOGNlXGjewrIGKuOwY85Um6R1sSlPx7JA d9BA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=x8Vt6ptsvYcZESLUPRIU5bN6q3x3O78877/TCPa0tek=; b=jYgq9WpdsfFprT1J/8n3vHSDjGlVpyRYX/YKwxIKK9LfVVXSbp3PTYNDzoEfym/SET 9GDFFfG1aBzoArMS7KmAVebeYRFkx013Bt1CArdTf9KhAXfSmLiGzskq31ECjJfxNysA lPw0AvF5Nr9MnQkez/yXdJ4oH0KImlrdQA+fy7BqAmaNXOtMQZcEnBqmS5VxDasSo2ev km7eHZknt+RK9Bu3JrRwze37gc9x5yZcOyd9PEYPDKbqrD3oQSUpKSIrz49RJBK1QP6H 8NIxpwXZioyVJv89pcRoqlrEYKgVBoHO989t5ZsTGOAvcCI7vq3kUZkj0shUAPhLhLay WiGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h6si6840481ejp.651.2021.05.14.12.33.18; Fri, 14 May 2021 12:33:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233609AbhENPlI (ORCPT + 99 others); Fri, 14 May 2021 11:41:08 -0400 Received: from mx2.suse.de ([195.135.220.15]:50496 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231139AbhENPlI (ORCPT ); Fri, 14 May 2021 11:41:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id EB9E1AF35; Fri, 14 May 2021 15:39:55 +0000 (UTC) Subject: Re: [PATCH v10 07/33] mm: Add folio_get To: Matthew Wilcox Cc: akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Zi Yan , Christoph Hellwig , Jeff Layton References: <20210511214735.1836149-1-willy@infradead.org> <20210511214735.1836149-8-willy@infradead.org> <88a265ab-9ecd-18b7-c150-517a5c2e5041@suse.cz> From: Vlastimil Babka Message-ID: <635649fa-dd98-c465-ffb4-7c0df9d4814e@suse.cz> Date: Fri, 14 May 2021 17:39:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/14/21 4:24 PM, 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. Hm, no idea if there's a concensus on that, actually. > I can fix it > easily enough when I go through and add the R-b. If I was right...