mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Manfred Spraul <manfred@colorfullife.com>
To: akpm@digeo.com, linux-kernel@vger.kernel.org
Cc: mbligh@aracnet.com
Subject: [PATCH] patch-slab-split-05-name
Date: Sat, 05 Oct 2002 01:06:53 +0200	[thread overview]
Message-ID: <3D9E1F0D.3040800@colorfullife.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

part 5:
- remove the space from the name of the DMA caches:
   they make it impossible to tune the caches through
   /proc/slabinfo, and make parsing /proc/slabinfo
   difficult

2.4 doesn't contain the spaces, seems to be a bug from the introduction 
of the 96/192 byte slabs.

--
	Manfred

[-- Attachment #2: patch-slab-split-05-name --]
[-- Type: text/plain, Size: 333 bytes --]

--- 2.5/mm/slab.c	Fri Oct  4 21:38:29 2002
+++ build-2.5/mm/slab.c	Sat Oct  5 01:01:20 2002
@@ -351,7 +351,7 @@
 	{     0,	NULL, NULL}
 };
 /* Must match cache_sizes above. Out of line to keep cache footprint low. */
-#define CN(x) { x, x " (DMA)" }
+#define CN(x) { x, x "(DMA)" }
 static struct { 
 	char *name; 
 	char *name_dma;

                 reply	other threads:[~2002-10-04 23:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3D9E1F0D.3040800@colorfullife.com \
    --to=manfred@colorfullife.com \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®