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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D34ECC00A8F for ; Tue, 24 Oct 2023 00:34:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231285AbjJXAee convert rfc822-to-8bit (ORCPT ); Mon, 23 Oct 2023 20:34:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229955AbjJXAed (ORCPT ); Mon, 23 Oct 2023 20:34:33 -0400 Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E49CF93 for ; Mon, 23 Oct 2023 17:34:30 -0700 (PDT) Received: from imladris.home.surriel.com ([10.0.13.28] helo=imladris.surriel.com) by shelob.surriel.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1qv5MK-00026L-0V; Mon, 23 Oct 2023 20:33:24 -0400 Message-ID: <0915cf18732f9d0bf0907a6e8f14d2782e2b6bd7.camel@surriel.com> Subject: Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file From: Rik van Riel To: Vegard Nossum , Mike Kravetz , Muchun Song , Andrew Morton Cc: linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Mike Rapoport , Matthew Wilcox , Ira Weiny , Jonathan Corbet , Wu XiangCheng Date: Mon, 23 Oct 2023 20:33:23 -0400 In-Reply-To: <20231022185619.919397-1-vegard.nossum@oracle.com> References: <20231022185619.919397-1-vegard.nossum@oracle.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 Sender: riel@surriel.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2023-10-22 at 20:56 +0200, Vegard Nossum wrote: > The directory this file is in was renamed but the reference didn't > get updated. Fix it. > > Fixes: ee65728e103b ("docs: rename Documentation/vm to > Documentation/mm") > Cc: Mike Rapoport > Cc: Matthew Wilcox > Cc: Ira Weiny > Cc: Jonathan Corbet > Cc: Wu XiangCheng > Signed-off-by: Vegard Nossum > Reviewed-by: Rik van Riel -- All Rights Reversed.