linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* 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

* Re: typo fix in Documentation/vm/slub.txt
  2008-03-05 12:45 typo fix in Documentation/vm/slub.txt Itaru Kitayama
@ 2008-03-05 13:07 ` Pekka Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Pekka Enberg @ 2008-03-05 13:07 UTC (permalink / raw)
  To: Itaru Kitayama; +Cc: linux-mm, Christoph Lameter

Hi,

On Wed, Mar 5, 2008 at 2:45 PM, Itaru Kitayama <i-kitayama@ap.jp.nec.com> wrote:
> Change dentry_cache to dentry. If not fixed in upstream, please
>  apply this patch.

This is missing a Signed-off-by line and the patch subject should
follow the format "slub: fix typo in" as per:

  http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt

Can you please fix that and resend to Christoph who maintains the SLUB tree?

                                  Pekka

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[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).