2023-10-22 18:57:33

by Vegard Nossum

[permalink] [raw]
Subject: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file

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 <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Ira Weiny <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Wu XiangCheng <[email protected]>
Signed-off-by: Vegard Nossum <[email protected]>
---
mm/hugetlb_vmemmap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb_vmemmap.h b/mm/hugetlb_vmemmap.h
index 25bd0e002431..b8fc23c8763f 100644
--- a/mm/hugetlb_vmemmap.h
+++ b/mm/hugetlb_vmemmap.h
@@ -16,7 +16,7 @@ void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head);

/*
* Reserve one vmemmap page, all vmemmap addresses are mapped to it. See
- * Documentation/vm/vmemmap_dedup.rst.
+ * Documentation/mm/vmemmap_dedup.rst.
*/
#define HUGETLB_VMEMMAP_RESERVE_SIZE PAGE_SIZE

--
2.34.1


2023-10-23 21:09:11

by Mike Kravetz

[permalink] [raw]
Subject: Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file

On 10/22/23 20:56, 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 <[email protected]>
> Cc: Matthew Wilcox <[email protected]>
> Cc: Ira Weiny <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: Wu XiangCheng <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>
> ---
> mm/hugetlb_vmemmap.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Acked-by: Mike Kravetz <[email protected]>

--
Mike Kravetz

2023-10-24 00:34:36

by Rik van Riel

[permalink] [raw]
Subject: Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file

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 <[email protected]>
> Cc: Matthew Wilcox <[email protected]>
> Cc: Ira Weiny <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: Wu XiangCheng <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>
>
Reviewed-by: Rik van Riel <[email protected]>

--
All Rights Reversed.

2023-10-24 03:18:40

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file



> On Oct 23, 2023, at 02:56, Vegard Nossum <[email protected]> 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 <[email protected]>
> Cc: Matthew Wilcox <[email protected]>
> Cc: Ira Weiny <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: Wu XiangCheng <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>

Reviewed-by: Muchun Song <[email protected]>

Thanks.

2023-10-24 10:09:36

by Mike Rapoport

[permalink] [raw]
Subject: Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file

On Sun, Oct 22, 2023 at 08:56:19PM +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 <[email protected]>
> Cc: Matthew Wilcox <[email protected]>
> Cc: Ira Weiny <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: Wu XiangCheng <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>

Acked-by: Mike Rapoport (IBM) <[email protected]>

> ---
> mm/hugetlb_vmemmap.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/hugetlb_vmemmap.h b/mm/hugetlb_vmemmap.h
> index 25bd0e002431..b8fc23c8763f 100644
> --- a/mm/hugetlb_vmemmap.h
> +++ b/mm/hugetlb_vmemmap.h
> @@ -16,7 +16,7 @@ void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head);
>
> /*
> * Reserve one vmemmap page, all vmemmap addresses are mapped to it. See
> - * Documentation/vm/vmemmap_dedup.rst.
> + * Documentation/mm/vmemmap_dedup.rst.
> */
> #define HUGETLB_VMEMMAP_RESERVE_SIZE PAGE_SIZE
>
> --
> 2.34.1
>

--
Sincerely yours,
Mike.