File size of 0 found during kernel untar

I think this is due to several restarts of the MDS while I/O to the sliod was ongoing. Still tracking.

For now here’s a simple regression test to track this:

cli1:

(cd /tmp/ && tar jxf ~pauln/linux-2.6.34.tar.bz2 && find linux-2.6.34 -type f -exec md5sum {} ; > /tmp/md5s)

cli2:

(~pauln/s2reg/kernel.sh > /dev/null)

cli1:

(cd to kernel.sh outdir && md5sum -c /tmp/md5s)