mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
Fixed a minor bug in CcSetFileSizes.
svn path=/trunk/; revision=3033
This commit is contained in:
parent
8393c73b3b
commit
87e32585f2
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ CcSetFileSizes (
|
|||
current_entry = current_entry->Flink;
|
||||
if (current->FileOffset > FileSizes->AllocationSize.QuadPart)
|
||||
{
|
||||
current_entry = current_entry->Flink;
|
||||
CcRosFreeCacheSegment(Bcb, current);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue