[NTOSKRNL] Rewrite BCB handling to be more robust
authorPierre Schweitzer <pierre@reactos.org>
Thu, 11 Oct 2018 21:15:01 +0000 (23:15 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 11 Oct 2018 21:15:01 +0000 (23:15 +0200)
We now handle race conditions when creating BCB to avoid
having duplicated BCB per shared maps.
Also, we already specify whether the memory will be pinned
when creating the BCB, to avoid potential duplications or
BCB misuse.


No differences found