* initramfs: move inode hash table to __initdata
@ 2005-01-25 13:07 Zdenek Pavlas
0 siblings, 0 replies; only message in thread
From: Zdenek Pavlas @ 2005-01-25 13:07 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-25 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 13:07 initramfs: move inode hash table to __initdata Zdenek Pavlas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox