diff options
author | majianpeng <majianpeng@gmail.com> | 2012-05-03 16:34:39 +0800 |
---|---|---|
committer | Pekka Enberg <penberg@kernel.org> | 2012-05-10 11:45:23 +0300 |
commit | 9fe496116e966902f5efe593d946222a649ea5c8 (patch) | |
tree | 2bee69e8afdb3aa00bd0ec89c8d00ea87711a9b0 /Documentation/vm | |
parent | de3ec035627b4aba8905643084c1f7944acc99cc (diff) | |
download | linux-stable-9fe496116e966902f5efe593d946222a649ea5c8.tar.gz linux-stable-9fe496116e966902f5efe593d946222a649ea5c8.tar.bz2 linux-stable-9fe496116e966902f5efe593d946222a649ea5c8.zip |
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>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/slub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |