Re: [Acpi] Re: ACPI fundamental locking problems

Jonathan Lundell (jlundell@pobox.com)
Sun, 8 Jul 2001 09:46:18 -0700


At 3:26 AM -0400 2001-07-08, Alexander Viro wrote:
>On Sat, 7 Jul 2001, Jamie Lokier wrote:
>
>> Daniel Phillips wrote:
>> > > Reading a tarball is the distillation of what you describe into
>> > > efficient form :)
>> >
>> > /me downloads tar file definition
>> >
>> > Um, gnu tar or posix tar? or some new, improved tar?
>>
>> I suggest cpio, which is more compact and in some ways more standard.
>> (tar has a silly pad-to-multiple-of-512-byte per file rule, which is
>> inappropriate for this). GNU cpio creates cpio format just fine.
>
>GNU cpio is a race-ridden unmaintained pile of junk. Look at the size
>of, say it, Debian patch to upstream source. Then try to read the
>patched code. Quite a few of us simply don't have that FPOS on their
>boxen.
>
>Using cpio archive layout is OK, but _please_, don't make it dependent
>on GNU cpio.

If size is an issue (and of course it is), presumably the archive
would be compressed. As long as tar can be convinced to pad with
(say) nulls, the padding shouldn't have that much of an impact on
archive size.

-- 
/Jonathan Lundell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/