From: Matthew Dobson <colpatch@us.ibm.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH 4/9] Create helper for /proc/slabinfo
Date: Fri, 11 Nov 2005 18:19:47 +0000 [thread overview]
Message-ID: <4374E0C3.4060202@us.ibm.com> (raw)
In-Reply-To: <4373DF5D.8050106@us.ibm.com>
walter harms wrote:
> hi Matthew,
> just to have less #if in the code. it maybe usefull to make something
> like that in the beginning:
>
> #if STATS
> #define STATS_VERSION "slabinfo - version: 2.1 (statistics)"
> #else
> #define STATS_VERSION "slabinfo - version: 2.1"
> #endif
We could do that, but we'd still need this #if in the function:
>> #if STATS
>> - seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown>
>> <reaped>"
>> - " <error> <maxfreeable> <nodeallocs> <remotefrees>");
>> - seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit>
>> <freemiss>");
>> + seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> <reaped> "
>> + "<error> <maxfreeable> <nodeallocs> <remotefrees>");
>> + seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit>
>> <freemiss>");
>> #endif
so I don't think it buys us that much. If it weren't for the second #if, I
would tend to agree with you.
> note i have silently droped "\n" are they realy needed ?
That I think is a big no-no. This file is meant to be parsed by scripts,
so ANY change to the format would potentially break people's scripts and
would need an OK from the maintainer as well as a version number change
(aka: slabinfo - version: 2.2), and I think that is unecessary.
Thanks for your review.
-Matt
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2005-11-11 18:19 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-10 23:53 [KJ] [PATCH 0/9] Cleanup mm/slab.c v2 Matthew Dobson
2005-11-10 23:53 ` Matthew Dobson
2005-11-10 23:56 ` [KJ] [PATCH 1/9] CodingStyle-ify mm/slab.c Matthew Dobson
2005-11-10 23:56 ` Matthew Dobson
2005-11-10 23:58 ` [KJ] [PATCH 2/9] Use 'nid' Matthew Dobson
2005-11-10 23:58 ` Matthew Dobson
2005-11-13 20:15 ` [KJ] " Pavel Machek
2005-11-13 20:15 ` Pavel Machek
2005-11-10 23:59 ` [KJ] [PATCH 3/9] Fix alloc_percpu's args Matthew Dobson
2005-11-10 23:59 ` Matthew Dobson
2005-11-11 0:01 ` [KJ] [PATCH 4/9] Create helper for /proc/slabinfo Matthew Dobson
2005-11-11 0:01 ` Matthew Dobson
2005-11-11 8:18 ` [KJ] " walter harms
2005-11-11 18:19 ` Matthew Dobson [this message]
2005-11-11 0:03 ` [KJ] [PATCH 5/9] Create helper for kmem_cache_create() Matthew Dobson
2005-11-11 0:03 ` Matthew Dobson
2005-11-11 8:10 ` [KJ] " walter harms
2005-11-11 18:25 ` Matthew Dobson
2005-11-11 0:04 ` [KJ] [PATCH 6/9] Cleanup kmem_cache_create() Matthew Dobson
2005-11-11 0:04 ` Matthew Dobson
2005-11-11 8:10 ` [KJ] " Ingo Oeser
2005-11-11 8:10 ` Ingo Oeser
2005-11-11 18:28 ` [KJ] " Matthew Dobson
2005-11-11 18:28 ` Matthew Dobson
2005-11-11 23:46 ` [KJ] " Håkon Løvdal
2005-11-11 0:05 ` [KJ] [PATCH 7/9] Cleanup cache_reap() Matthew Dobson
2005-11-11 0:05 ` Matthew Dobson
2005-11-11 0:06 ` [KJ] [PATCH 8/9] Cleanup slabinfo_write() Matthew Dobson
2005-11-11 0:06 ` Matthew Dobson
2005-11-11 0:07 ` [KJ] [PATCH 9/9] Cleanup a loop in set_slab_attr() Matthew Dobson
2005-11-11 0:07 ` Matthew Dobson
2005-11-11 7:29 ` [KJ] Re: [PATCH 0/9] Cleanup mm/slab.c v2 Pekka J Enberg
2005-11-11 7:29 ` Pekka J 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=4374E0C3.4060202@us.ibm.com \
--to=colpatch@us.ibm.com \
--cc=kernel-janitors@vger.kernel.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.