initramfs: move inode hash table to __initdata

From: Zdenek Pavlas
Date: Tue Jan 25 2005 - 08:10:42 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/