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

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

Because the place of slabinfo.c changed.So update in slub.txt.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

authored by

majianpeng and committed by
Pekka Enberg
9fe49611 de3ec035

+1 -1
+1 -1
Documentation/vm/slub.txt
··· 17 17 slabs that have data in them. See "slabinfo -h" for more options when 18 18 running the command. slabinfo can be compiled with 19 19 20 - gcc -o slabinfo tools/slub/slabinfo.c 20 + gcc -o slabinfo tools/vm/slabinfo.c 21 21 22 22 Some of the modes of operation of slabinfo require that slub debugging 23 23 be enabled on the command line. F.e. no tracking information will be