Skip to content

Commit e5b16c8

Browse files
vegardakpm00
authored andcommitted
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: ee65728 ("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]>
1 parent 76f2653 commit e5b16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/hugetlb_vmemmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/*
1414
* Reserve one vmemmap page, all vmemmap addresses are mapped to it. See
15-
* Documentation/vm/vmemmap_dedup.rst.
15+
* Documentation/mm/vmemmap_dedup.rst.
1616
*/
1717
#define HUGETLB_VMEMMAP_RESERVE_SIZE PAGE_SIZE
1818
#define HUGETLB_VMEMMAP_RESERVE_PAGES (HUGETLB_VMEMMAP_RESERVE_SIZE / sizeof(struct page))

0 commit comments

Comments
 (0)