--- fuse-comp.pl 2007/07/09 13:04:25 14 +++ fuse-comp.pl 2007/07/09 13:33:13 15 @@ -255,6 +255,7 @@ rename $path, $no_gz || confess "can't rename $path -> $no_gz: $!"; } warn "## truncate( $file $size ) $path [", -s $path, "]\n"; + $pending->{$file}->{write}++; return $rv; } sub x_utime { return utime($_[1],$_[2],fixup($_[0])) ? 0:-$!; }