From: Zdenek Pavlas <pavlas@nextra.cz>
To: linux-kernel@vger.kernel.org
Subject: initramfs: move inode hash table to __initdata
Date: Tue, 25 Jan 2005 14:07:33 +0100 [thread overview]
Message-ID: <41F64495.1000303@nextra.cz> (raw)
No need to waste 128B of kmem.
--- linux-2.6.10/init/initramfs.c.orig
+++ linux-2.6.10/init/initramfs.c
@@ -25,9 +25,9 @@
}
/* link hash */
-static struct hash {
+static __initdata struct hash {
int ino, minor, major;
struct hash *next;
char *name;
} *head[32];
--
Zdenek Pavlas
reply other threads:[~2005-01-25 13:08 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=41F64495.1000303@nextra.cz \
--to=pavlas@nextra.cz \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox