All of lore.kernel.org
 help / color / mirror / Atom feed
From: Itaru Kitayama <i-kitayama@ap.jp.nec.com>
To: clameter@sgi.com
Cc: linux-mm@kvack.org
Subject: slub: fix typo in Documentation/vm/slub.txt
Date: Thu, 06 Mar 2008 08:00:54 +0900	[thread overview]
Message-ID: <47CF2626.7030408@ap.jp.nec.com> (raw)

[-- 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

             reply	other threads:[~2008-03-05 23:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-05 23:00 Itaru Kitayama [this message]
2008-03-05 23:05 ` slub: fix typo in Documentation/vm/slub.txt Christoph Lameter

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=47CF2626.7030408@ap.jp.nec.com \
    --to=i-kitayama@ap.jp.nec.com \
    --cc=clameter@sgi.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.