Re: [PATCH]: typo in init/initramfs.c

2006-12-11 Thread Jean-Paul Saman
[EMAIL PROTECTED] wrote on 08-12-2006 14:58:24: > Jean-Paul Saman wrote: > > [EMAIL PROTECTED] wrote on 06-12-2006 19:17:27: > > > Jean-Paul Saman wrote: > > > > In populate_rootfs() the printk on line 554. It says "Unpacking > > > > initramfs..", which is confusing because if that line is reached

Re: [PATCH]: typo in init/initramfs.c

2006-12-08 Thread Al Boldi
Jean-Paul Saman wrote: > [EMAIL PROTECTED] wrote on 06-12-2006 19:17:27: > > Jean-Paul Saman wrote: > > > In populate_rootfs() the printk on line 554. It says "Unpacking > > > initramfs..", which is confusing because if that line is reached the > > > code has already decided that the image is an in

Re: [PATCH]: typo in init/initramfs.c

2006-12-08 Thread Jean-Paul Saman
[EMAIL PROTECTED] wrote on 06-12-2006 19:17:27: > Jean-Paul Saman wrote: > > > > In populate_rootfs() the printk on line 554. It says "Unpacking > > initramfs..", which is confusing because if that line is reached the code > > has already decided that the image is an initrd image. > > Are you su

[PATCH]: typo in init/initramfs.c

2006-12-06 Thread Al Boldi
Jean-Paul Saman wrote: > > In populate_rootfs() the printk on line 554. It says "Unpacking > initramfs..", which is confusing because if that line is reached the code > has already decided that the image is an initrd image. Are you sure? > The printk is thus > wrong in stating that it is unpackin

[PATCH]: typo in init/initramfs.c

2006-12-06 Thread Jean-Paul Saman
In populate_rootfs() the printk on line 554. It says "Unpacking initramfs..", which is confusing because if that line is reached the code has already decided that the image is an initrd image. The printk is thus wrong in stating that it is unpacking an "initramfs". It should says "initrd" inste