commit | 33644c5e15917b36c26f0c30c48786c5e8e62be1 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | Sun Mar 26 01:37:38 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:56:58 2006 -0800 |
tree | 6bbaea71295ce60eefca63df9f7d0f149101ceae | |
parent | 8f3b50fc72d538c79dd2c1f728f5e594a0192da2 [diff] |
[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>