[PATCH] missing padding in cpio_mkfile in usr/gen_init_cpio.c
authorAndrew Morton <akpm@osdl.org>
Mon, 29 Dec 2003 13:46:56 +0000 (05:46 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 29 Dec 2003 13:46:56 +0000 (05:46 -0800)
commita7380b60b3bf457322551168f97c845257f544dd
tree7a1c8c69372247663725a24900d2072e47fe694f
parenta5c9613f0b9a0a29db804c6194989f3b87ca361a
[PATCH] missing padding in cpio_mkfile in usr/gen_init_cpio.c

From: Olaf Hering <olh@suse.de>

We need to update `offset' here so that the subsequent push_pad() (which
uses `offset') will do the right thing.
usr/gen_init_cpio.c