Skip to content

Commit

Permalink
slub: fix typo in Documentation/vm/slub.txt
Browse files Browse the repository at this point in the history
slub_debug=,dentry is correct, not dentry_cache.

Signed-off-by: Itaru Kitayama <i-kitayama@ap.jp.nec.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
  • Loading branch information
Itaru Kitayama authored and Christoph Lameter committed Mar 7, 2008
1 parent 6d2144d commit 989a724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/vm/slub.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ F.e. in order to boot just with sanity checks and red zoning one would specify:

Trying to find an issue in the dentry cache? Try

slub_debug=,dentry_cache
slub_debug=,dentry

to only enable debugging on the dentry cache.

Red zoning and tracking may realign the slab. We can just apply sanity checks
to the dentry cache with

slub_debug=F,dentry_cache
slub_debug=F,dentry

In case you forgot to enable debugging on the kernel command line: It is
possible to enable debugging manually when the kernel is up. Look at the
Expand Down

0 comments on commit 989a724

Please sign in to comment.