[NTOS:MM] Unconditionally delete the PFN in MiDeletePte when PTE is in transition
authorJérôme Gardou <jerome.gardou@reactos.org>
Mon, 22 Mar 2021 08:46:06 +0000 (09:46 +0100)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Wed, 9 Jun 2021 09:27:18 +0000 (11:27 +0200)
commitf9ea58dc978124b6b1e090301459ce94116ba6cc
tree9cd637ea848de103026ca82cf4923ca1dfe9a266
parent82dd1afe33dda96e2dd52e249335ef563009575e
[NTOS:MM] Unconditionally delete the PFN in MiDeletePte when PTE is in transition

When we will have a modified page writer, it will have to know if the written
page is stale when being done, and act accordingly.

CORE-8552
ntoskrnl/mm/ARM3/virtual.c