From nobody Mon Sep 15 21:18:21 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8090C67871 for ; Tue, 10 Jan 2023 15:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238844AbjAJPYz (ORCPT ); Tue, 10 Jan 2023 10:24:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238703AbjAJPYS (ORCPT ); Tue, 10 Jan 2023 10:24:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FF105D404; Tue, 10 Jan 2023 07:24:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1D5B461786; Tue, 10 Jan 2023 15:24:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23966C4339C; Tue, 10 Jan 2023 15:24:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673364256; bh=ZLGBlhqw5hH+SxGqvaz0vux+DdR7ulM6iEJUTeGEBI0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SBjImUGjno8WP5DAoRv8oKmUQ2HRvRoxhht5eznErTSUeRgRgD190YrZzytl9T8SC MViEU9SwiNiYC12PNwhzGpWEdQ4RK4MCp0SZe0scyaqovFE/2Wp9Ldp1azWZKn5Syt St+doOCssMm6gXVkQrhiRZsGLKdKT56J2POXSo6BiIQIFsoTVnHnTUvT4d5P+zvyyX W2efLcdQJdRE0etlS67MwvQeoDM4Igx0uCQOpFf2WxsSga1iTP0ifNiEILxmPK7P5u gTAbkGH0ThSzfkZba5331seGoaGaShe5agSog8CKLWfxL6FX3sVW7KRisjGqxuYRl/ h0+GH4afzk/wA== From: Mike Rapoport To: Jonathan Corbet Cc: Andrew Morton , Bagas Sanjaya , David Hildenbrand , Johannes Weiner , Lorenzo Stoakes , "Matthew Wilcox (Oracle)" , Mel Gorman , Michal Hocko , Mike Rapoport , Vlastimil Babka , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v2 1/2] docs/mm: Page Reclaim: add page label to allow external references Date: Tue, 10 Jan 2023 17:23:57 +0200 Message-Id: <20230110152358.2641910-2-rppt@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20230110152358.2641910-1-rppt@kernel.org> References: <20230110152358.2641910-1-rppt@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: "Mike Rapoport (IBM)" Signed-off-by: Mike Rapoport (IBM) --- Documentation/mm/page_reclaim.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/mm/page_reclaim.rst b/Documentation/mm/page_recl= aim.rst index 50a30b7f8ac3..3fccde066436 100644 --- a/Documentation/mm/page_reclaim.rst +++ b/Documentation/mm/page_reclaim.rst @@ -1,5 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 =20 +.. _page_reclaim: + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Page Reclaim =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.35.1