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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 2C683C636C9 for ; Wed, 21 Jul 2021 13:25:01 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id D138D61241 for ; Wed, 21 Jul 2021 13:25:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D138D61241 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 71F7F6B0070; Wed, 21 Jul 2021 09:25:00 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 6CF3C6B0036; Wed, 21 Jul 2021 09:25:00 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 521736B0073; Wed, 21 Jul 2021 09:25:00 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0225.hostedemail.com [216.40.44.225]) by kanga.kvack.org (Postfix) with ESMTP id 35D346B0036 for ; Wed, 21 Jul 2021 09:25:00 -0400 (EDT) Received: from forelay.prod.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by fograve05.hostedemail.com (Postfix) with ESMTP id 9F901184818C9 for ; Wed, 21 Jul 2021 08:39:24 +0000 (UTC) Received: from smtpin30.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 154D918464D1D for ; Wed, 21 Jul 2021 08:39:24 +0000 (UTC) X-FDA: 78385945848.30.036B4D1 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf05.hostedemail.com (Postfix) with ESMTP id AB4A350162A1 for ; Wed, 21 Jul 2021 08:39:23 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id CFBED61363; Wed, 21 Jul 2021 08:39:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626856762; bh=cdGZXToDNH3wVRvcOvtaAq0f15eiAAgnqELHYuf3ux0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z9tql+kl9M4zdDGconByR3ww+a1DLQWAzJyLwN+vp7jgz0IIi9XCVV7uD3VBRFaHB cridxMan6pAFb00mOYww18hDJGQYpQyHanrwsD366rbo9j+bBfrTS2liAlb25fIad5 psyqbUnh2rfNOQPW7BgLNIDbnbuCpwkoNGP1eaYZcG6Sw+LObdy2EKe9LCoRPmWyqr 0MqTMDm8CcOmGFZS2x8bJGRjoyqKNWGIf3M+fI3oAUKkqAwxuOqahrCn0SvXACo/y3 6vYonx/lxEjmQHs3ZZMIC1MU4ejcxCCgOJWfWpL+Wa0cDmtzfPwfHQ0rdYBHswRaCg CW8coEWoSz+Xg== Date: Wed, 21 Jul 2021 11:39:15 +0300 From: Mike Rapoport To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Yu Zhao , Christoph Hellwig , David Howells , "Kirill A . Shutemov" Subject: Re: [PATCH v14 011/138] mm/lru: Add folio LRU functions Message-ID: References: <20210715033704.692967-1-willy@infradead.org> <20210715033704.692967-12-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Authentication-Results: imf05.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Z9tql+kl; spf=pass (imf05.hostedemail.com: domain of rppt@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-Rspamd-Server: rspam02 X-Stat-Signature: 6jz81myzfegc4oz74u9cpiz9dggar9m8 X-Rspamd-Queue-Id: AB4A350162A1 X-HE-Tag: 1626856763-837776 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Jul 21, 2021 at 05:08:44AM +0100, Matthew Wilcox wrote: > On Tue, Jul 20, 2021 at 01:44:10PM +0300, Mike Rapoport wrote: > > It seems mm_inline.h is not a part of generated API docs, otherwise > > kerneldoc would be unhappy about missing Return: description. > > It isn't, but I did add mm_inline.h to Documentation as part of this > patch (thanks!) and made this change: > > /** > - * folio_is_file_lru - should the folio be on a file LRU or anon LRU? > - * @folio: the folio to test > - * > - * Returns 1 if @folio is a regular filesystem backed page cache folio > - * or a lazily freed anonymous folio (e.g. via MADV_FREE). Returns 0 if > - * @folio is a normal anonymous folio, a tmpfs folio or otherwise ram or > - * swap backed folio. Used by functions that manipulate the LRU lists, > - * to sort a folio onto the right LRU list. > + * folio_is_file_lru - Should the folio be on a file LRU or anon LRU? > + * @folio: The folio to test. > * > * We would like to get this info without a page flag, but the state > * needs to survive until the folio is last deleted from the LRU, which > * could be as far down as __page_cache_release. > + * > + * Return: An integer (not a boolean!) used to sort a folio onto the > + * right LRU list and to account folios correctly. > + * 1 if @folio is a regular filesystem backed page cache folio > + * or a lazily freed anonymous folio (e.g. via MADV_FREE). > + * 0 if @folio is a normal anonymous folio, a tmpfs folio or otherwise > + * ram or swap backed folio. > */ > > I wanted to turn those last two sentences into a list, but my > kernel-doc-fu abandoned me. Feel free to submit a follow-on patch to > fix that ;-) Here it is ;-) Feel free to fold it into the original commit if you'd like to. >From 636d1715252f7bd1e87219797153b8baa28774af Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Wed, 21 Jul 2021 11:35:15 +0300 Subject: [PATCH] mm/docs: folio_is_file_lru: make return description a list Reformat return value description of folio_is_file_lru() so that will be presented as a list in the generated output. Signed-off-by: Mike Rapoport --- include/linux/mm_inline.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/linux/mm_inline.h b/include/linux/mm_inline.h index d39537c5471b..b263ac0a2c3a 100644 --- a/include/linux/mm_inline.h +++ b/include/linux/mm_inline.h @@ -15,10 +15,11 @@ * * Return: An integer (not a boolean!) used to sort a folio onto the * right LRU list and to account folios correctly. - * 1 if @folio is a regular filesystem backed page cache folio - * or a lazily freed anonymous folio (e.g. via MADV_FREE). - * 0 if @folio is a normal anonymous folio, a tmpfs folio or otherwise - * ram or swap backed folio. + * + * - 1 if @folio is a regular filesystem backed page cache folio + * or a lazily freed anonymous folio (e.g. via MADV_FREE). + * - 0 if @folio is a normal anonymous folio, a tmpfs folio or otherwise + * ram or swap backed folio. */ static inline int folio_is_file_lru(struct folio *folio) { -- 2.31.1 -- Sincerely yours, Mike.