Commit b0a481c7 authored by Zdenek Pavlas's avatar Zdenek Pavlas Committed by Linus Torvalds

[PATCH] initramfs: move inode hash table to __initdata

No need to waste 128B of kmem.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f3238278
......@@ -26,7 +26,7 @@ static void __init free(void *where)
/* link hash */
static struct hash {
static __initdata struct hash {
int ino, minor, major;
struct hash *next;
char *name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment