* typo fix in Documentation/vm/slub.txt
@ 2008-03-05 12:45 Itaru Kitayama
2008-03-05 13:07 ` Pekka Enberg
0 siblings, 1 reply; 2+ messages in thread
From: Itaru Kitayama @ 2008-03-05 12:45 UTC (permalink / raw)
To: linux-mm
[-- Attachment #1: Type: text/plain, Size: 128 bytes --]
Change dentry_cache to dentry. If not fixed in upstream, please
apply this patch.
--
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 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 12:45 typo fix in Documentation/vm/slub.txt Itaru Kitayama
2008-03-05 13:07 ` Pekka Enberg
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).