]> git.baikalelectronics.ru Git - kernel.git/commit
tools/vm/page_owner: use page_owner_sort in the use example
authorMiles Chen <miles.chen@mediatek.com>
Tue, 8 Jan 2019 23:23:22 +0000 (15:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jan 2019 01:15:11 +0000 (17:15 -0800)
commita9eafcd73f19619a8645daef566c33602a09e7c0
tree9abd27bb579ef2bfb826dbdebfae290dc7141c30
parentc3cf411fe94f67cfd3aa0fb9b912db78f5c7752f
tools/vm/page_owner: use page_owner_sort in the use example

The example in comment does not useable because the output binary is
named "page_owner_sort", not "sort".

Also add a reference to Documentation/vm/page_owner.rst

Link: http://lkml.kernel.org/r/1546515361-8317-1-git-send-email-miles.chen@mediatek.com
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/vm/page_owner_sort.c