Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/vm/pagemap.txt: correct location of page-types tool

The page-types tool was relocated to tools/vm in the 3.4 kernel timeframe.

Signed-off-by: Randy Wright <rwright@hp.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Wright and committed by
Jonathan Corbet
3250af19 7a458007

+2 -1
+2 -1
Documentation/vm/pagemap.txt
··· 131 131 13. SWAPCACHE page is mapped to swap space, ie. has an associated swap entry 132 132 14. SWAPBACKED page is backed by swap/RAM 133 133 134 - The page-types tool in this directory can be used to query the above flags. 134 + The page-types tool in the tools/vm directory can be used to query the 135 + above flags. 135 136 136 137 Using pagemap to do something useful: 137 138