From 9fe496116e966902f5efe593d946222a649ea5c8 Mon Sep 17 00:00:00 2001 From: majianpeng Date: Thu, 3 May 2012 16:34:39 +0800 Subject: 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 Signed-off-by: majianpeng Signed-off-by: Pekka Enberg --- Documentation/vm/slub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt index 6752870c4970..b0c6d1bbb434 100644 --- a/Documentation/vm/slub.txt +++ b/Documentation/vm/slub.txt @@ -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 -- cgit v1.2.3-59-g8ed1b