From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: [PATCH 2.4.21-pre4|BK] remove /proc/meminfo:MemShared
Date: Wed, 19 Feb 2003 13:42:34 +0100 [thread overview]
Message-ID: <200302191333.43875.m.c.p@wolk-project.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
Hi Marcelo,
it seems to have been displaying zero for the past several years.
Same as in 2.5, by AKPM.
See here:
http://linux.bkbits.net:8080/linux-2.5/cset@1.838.103.37?nav=index.html|ChangeSet@-8w
ciao, Marc
[-- Attachment #2: memshared-remove.patch --]
[-- Type: text/x-diff, Size: 618 bytes --]
--- a/fs/proc/proc_misc.c 2003-02-19 13:29:12.000000000 +0100
+++ b/fs/proc/proc_misc.c 2003-02-19 13:30:01.000000000 +0100
@@ -180,7 +180,6 @@ static int meminfo_read_proc(char *page,
len += sprintf(page+len,
"MemTotal: %8lu kB\n"
"MemFree: %8lu kB\n"
- "MemShared: %8lu kB\n"
"Buffers: %8lu kB\n"
"Cached: %8lu kB\n"
"SwapCached: %8lu kB\n"
@@ -194,7 +193,6 @@ static int meminfo_read_proc(char *page,
"SwapFree: %8lu kB\n",
K(i.totalram),
K(i.freeram),
- K(i.sharedram),
K(i.bufferram),
K(pg_size - swapper_space.nrpages),
K(swapper_space.nrpages),
next reply other threads:[~2003-02-19 12:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-19 12:42 Marc-Christian Petersen [this message]
2003-02-19 13:00 ` Adrian Bunk
2003-02-19 13:03 ` Marc-Christian Petersen
2003-02-19 14:22 ` Alan Cox
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=200302191333.43875.m.c.p@wolk-project.de \
--to=m.c.p@wolk-project.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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®