[PATCH] gen_init_cpio symlink, pipe and socket support
authorThayne Harbaugh <tharbaugh@lnxi.com>
Sat, 8 Jan 2005 05:42:25 +0000 (21:42 -0800)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 8 Jan 2005 05:42:25 +0000 (21:42 -0800)
commit7a2398ccd5341e56172e23489ebaffde61273e38
tree5eb544d6d5ae5e60c07432a758206eae45dc360c
parent4ceaf32b6dd1b75834842b398ec6518d20249572
[PATCH] gen_init_cpio symlink, pipe and socket support

This patch makes gen_init_cpio more complete by adding symlink, pipe and
socket support.  It updates scripts/gen_initramfs_list.sh to support the
new types.  The patch applies to the recent mm series that already have the
updated gen_init_cpio and gen_initramfs_list.sh.

From: William Lee Irwin III <wli@holomorphy.com>

The rest of gen_init_cpio.c seems to cast the result of strlen() to handle
this situation, so this patch follows suit while killing off size_t -related
printk() warnings.

Signed-off-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/early-userspace/README
drivers/block/Kconfig
scripts/gen_initramfs_list.sh
usr/gen_init_cpio.c