Commit 9fe49611 authored by majianpeng's avatar majianpeng Committed by Pekka Enberg

Documentations: Fix slabinfo.c directory in vm/slub.txt

Because the place of slabinfo.c changed.So update in slub.txt.
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarmajianpeng <majianpeng@gmail.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent de3ec035
......@@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
slabs that have data in them. See "slabinfo -h" for more options when
running the command. slabinfo can be compiled with
gcc -o slabinfo tools/slub/slabinfo.c
gcc -o slabinfo tools/vm/slabinfo.c
Some of the modes of operation of slabinfo require that slub debugging
be enabled on the command line. F.e. no tracking information will be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment