[PATCH] Fix typo causing bad mode of /initrd.image
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Sun, 26 Mar 2006 09:37:38 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:58 +0000 (08:56 -0800)
commit33644c5e15917b36c26f0c30c48786c5e8e62be1
tree6bbaea71295ce60eefca63df9f7d0f149101ceae
parent8f3b50fc72d538c79dd2c1f728f5e594a0192da2
[PATCH] Fix typo causing bad mode of /initrd.image

I noticed that after boot with an initrd in 2.6.16 the rootfs had:

--w-r-xr-T    1 root     root      6241141 Jan  1  1970 initrd.image

Which is caused by a small typo:

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
init/initramfs.c