kernel/vm: Rename _FreePageRange "discarded" argument to "freedPages".

Clarifies things. No functional change.
This commit is contained in:
Augustin Cavalier
2024-12-16 22:06:06 -05:00
parent 47dbff983a
commit d4d55c1fbb
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ private:
void _RemoveConsumer(VMCache* consumer);
bool _FreePageRange(VMCachePagesTree::Iterator it,
page_num_t* toPage, page_num_t* discarded);
page_num_t* toPage, page_num_t* freedPages);
private:
int32 fRefCount;