From: Itaru Kitayama <i-kitayama@ap.jp.nec.com>
To: linux-mm@kvack.org
Subject: typo fix in Documentation/vm/slub.txt
Date: Wed, 05 Mar 2008 21:45:48 +0900 [thread overview]
Message-ID: <47CE95FC.9070307@ap.jp.nec.com> (raw)
[-- 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
next reply other threads:[~2008-03-05 12:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-05 12:45 Itaru Kitayama [this message]
2008-03-05 13:07 ` typo fix in Documentation/vm/slub.txt Pekka Enberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47CE95FC.9070307@ap.jp.nec.com \
--to=i-kitayama@ap.jp.nec.com \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.