kernel/vm: Rename _FreePageRange "discarded" argument to "freedPages".
Clarifies things. No functional change.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user