Delete 'in_memory' in CcSetFileSizes().
authorshort <>
Sun, 10 Aug 2003 13:33:40 +0000 (13:33 +0000)
committershort <>
Sun, 10 Aug 2003 13:33:40 +0000 (13:33 +0000)
src/TraceFS/checktrace.pl

index c6d6a3b..077a9cd 100755 (executable)
@@ -371,6 +371,8 @@ my($FileObject,$AllocationSize,$FileSize,$ValidDataLength)=@_;
                do { warn "Existing pin $_ of FileObject $FileObject SharedCacheMap $SharedCacheMap during CcSetAllocationSizes(),"
                                                ." AllocationSize=".$CObject->{"AllocationSize"} if $_; }
                                for (values(%{$CObject->{"pin"}}));
+               # Is it valid? It does not change our output in any way:
+               delete $CObject->{"in_memory"};
                }
        # $ValidDataLength can be > $CObject->{"FileSize"};
        warn "ValidDataLength ".tohex($ValidDataLength)." > FileSize ".tohex($FileSize)