2022-08-18 13:42:04

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 02/13] docs: update vmemmap_dedup.rst reference

Changeset ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
renamed: Documentation/vm/vmemmap_dedup.rst
to: Documentation/mm/vmemmap_dedup.rst.

Update its cross-reference accordingly.

Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

See [PATCH 00/13] at: https://lore.kernel.org/all/[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.37.1


2022-08-18 15:29:49

by Wu XiangCheng

[permalink] [raw]
Subject: Re: [PATCH 02/13] docs: update vmemmap_dedup.rst reference

话说 Mauro Carvalho Chehab 于 2022-08-18 (四) 15:38:48 +0200 曰过:
> Changeset ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> renamed: Documentation/vm/vmemmap_dedup.rst
> to: Documentation/mm/vmemmap_dedup.rst.
>
> Update its cross-reference accordingly.
>
> Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Acked-by: Wu XiangCheng <[email protected]>

Thanks,

> ---
>
> See [PATCH 00/13] at: https://lore.kernel.org/all/[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.37.1
>

--
Wu XiangCheng 0x32684A40BCA7AEA7

2022-08-19 03:13:35

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH 02/13] docs: update vmemmap_dedup.rst reference



> On Aug 18, 2022, at 21:38, Mauro Carvalho Chehab <[email protected]> wrote:
>
> Changeset ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> renamed: Documentation/vm/vmemmap_dedup.rst
> to: Documentation/mm/vmemmap_dedup.rst.
>
> Update its cross-reference accordingly.
>
> Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
>

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

Thanks.