aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Nossum <[email protected]>2023-10-22 20:56:19 +0200
committerAndrew Morton <[email protected]>2023-10-25 16:47:14 -0700
commite5b16c862884a62c09ab60cbfc6c7b544670bf9e (patch)
tree3d6c838c39750e7d6d8af66c9b8a8a8598c2014b
parent76f26535d1446373d4735a252ea4247c39d64ba6 (diff)
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. Link: https://lkml.kernel.org/r/[email protected] Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm") Signed-off-by: Vegard Nossum <[email protected]> Acked-by: Mike Rapoport (IBM) <[email protected]> Reviewed-by: Muchun Song <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Acked-by: Mike Kravetz <[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: Andrew Morton <[email protected]>
-rw-r--r--mm/hugetlb_vmemmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb_vmemmap.h b/mm/hugetlb_vmemmap.h
index 9fd0cb270502..2fcae92d3359 100644
--- a/mm/hugetlb_vmemmap.h
+++ b/mm/hugetlb_vmemmap.h
@@ -12,7 +12,7 @@
/*
* 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
#define HUGETLB_VMEMMAP_RESERVE_PAGES (HUGETLB_VMEMMAP_RESERVE_SIZE / sizeof(struct page))