* slub: fix typo in Documentation/vm/slub.txt
@ 2008-03-05 23:00 Itaru Kitayama
2008-03-05 23:05 ` Christoph Lameter
0 siblings, 1 reply; 2+ messages in thread
From: Itaru Kitayama @ 2008-03-05 23:00 UTC (permalink / raw)
To: clameter; +Cc: linux-mm
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
Hi Christoph,
Could you include this typo fix patch to your slub tree?
slub_debug=,dentry is correct, not dentry_cache.
Signed-off-by: Itaru Kitayama <i-kitayama@ap.jp.nec.com>
[-- Attachment #2: slub.txt.patch --]
[-- Type: text/x-patch, Size: 722 bytes --]
diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
index dcf8bcf..7c13f22 100644
--- a/Documentation/vm/slub.txt
+++ b/Documentation/vm/slub.txt
@@ -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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-05 23:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 23:00 slub: fix typo in Documentation/vm/slub.txt Itaru Kitayama
2008-03-05 23:05 ` Christoph Lameter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).