From: Doug Hoyte Date: Wed, 13 Apr 2016 15:09:21 +0000 (-0400) Subject: Documentation typo: wrong page flag bit for KPF_HUGE X-Git-Tag: v4.7-rc1~112^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=63f8e8d2a575ef62e5b705516b491a98a60517ff;p=karo-tx-linux.git Documentation typo: wrong page flag bit for KPF_HUGE The correct value 17 can be found later in this document and in the kernel-page-flags.h header (KPF_HUGE). I noticed this while implementing vmprobe's kpageflags support. Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt index 0e1e55588b59..eafcefa15261 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagemap.txt @@ -62,7 +62,7 @@ There are four components to pagemap: 14. SWAPBACKED 15. COMPOUND_HEAD 16. COMPOUND_TAIL - 16. HUGE + 17. HUGE 18. UNEVICTABLE 19. HWPOISON 20. NOPAGE