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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 03C7AC4727E for ; Thu, 24 Sep 2020 17:04:08 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 729DD2311A for ; Thu, 24 Sep 2020 17:04:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 729DD2311A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 82A206B005C; Thu, 24 Sep 2020 13:04:06 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 7B1D16B005D; Thu, 24 Sep 2020 13:04:06 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 6C6948E0001; Thu, 24 Sep 2020 13:04:06 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0057.hostedemail.com [216.40.44.57]) by kanga.kvack.org (Postfix) with ESMTP id 520856B005C for ; Thu, 24 Sep 2020 13:04:06 -0400 (EDT) Received: from smtpin15.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 006EA181AE868 for ; Thu, 24 Sep 2020 17:04:05 +0000 (UTC) X-FDA: 77298577692.15.patch11_601566b27160 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin15.hostedemail.com (Postfix) with ESMTP id C43C71814B0C8 for ; Thu, 24 Sep 2020 17:04:05 +0000 (UTC) X-HE-Tag: patch11_601566b27160 X-Filterd-Recvd-Size: 1591 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by imf28.hostedemail.com (Postfix) with ESMTP for ; Thu, 24 Sep 2020 17:04:05 +0000 (UTC) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 60E3C2CB; Thu, 24 Sep 2020 17:04:03 +0000 (UTC) Date: Thu, 24 Sep 2020 11:04:00 -0600 From: Jonathan Corbet To: Stephen Kitt Cc: Andrew Morton , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix references to nommu-mmap.rst Message-ID: <20200924110400.1cda36a6@lwn.net> In-Reply-To: <20200812092230.27541-1-steve@sk2.org> References: <20200812092230.27541-1-steve@sk2.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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, 12 Aug 2020 11:22:30 +0200 Stephen Kitt wrote: > nommu-mmap.rst was moved to Documentation/admin-guide/mm; this patch > updates the remaining stale references to Documentation/mm. >=20 > Fixes: 800c02f5d030 ("docs: move nommu-mmap.txt to admin-guide and rena= me to ReST") > Signed-off-by: Stephen Kitt > --- > init/Kconfig | 2 +- > mm/Kconfig | 2 +- > mm/nommu.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) It seems nobody else wants this, so I've applied it. Thanks, jon