diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-01 16:50:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-01 16:50:23 -0700 |
commit | af4f8ba31a4e328677bec493ceeaf112ca193b65 (patch) | |
tree | d97a6dc3a8ddcd2bcebe124a4716e565a7868cdc /Documentation | |
parent | efff0471b0dd8b08ca3830b06a9083f6d6cef44e (diff) | |
parent | c03f94ccbd67fbcf546e5a9fcfeb99ef0aca4ada (diff) | |
download | linux-3.10-af4f8ba31a4e328677bec493ceeaf112ca193b65.tar.gz linux-3.10-af4f8ba31a4e328677bec493ceeaf112ca193b65.tar.bz2 linux-3.10-af4f8ba31a4e328677bec493ceeaf112ca193b65.zip |
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
Pull slab updates from Pekka Enberg:
"Mainly a bunch of SLUB fixes from Joonsoo Kim"
* 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux:
slub: use __SetPageSlab function to set PG_slab flag
slub: fix a memory leak in get_partial_node()
slub: remove unused argument of init_kmem_cache_node()
slub: fix a possible memory leak
Documentations: Fix slabinfo.c directory in vm/slub.txt
slub: fix incorrect return type of get_any_partial()
Diffstat (limited to 'Documentation')
-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 6752870c497..b0c6d1bbb43 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 |