From f9985786b8abd557bdb7c8ffea63ea2496cfd481 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 10 Aug 2003 13:33:40 +0000 Subject: [PATCH] Delete 'in_memory' in CcSetFileSizes(). --- src/TraceFS/checktrace.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TraceFS/checktrace.pl b/src/TraceFS/checktrace.pl index c6d6a3b..077a9cd 100755 --- a/src/TraceFS/checktrace.pl +++ b/src/TraceFS/checktrace.pl @@ -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) -- 1.8.3.1