RE: [NTDev] Proper order of tearing down an MDL ...

Dave,

A most hearty thanks for the help. It appears that the solution was to
change:

MmProbeAndLockPages(…);
MmGetSystemAddressForMdl(…);

to simply

MmProbeAndLockPages(…);

Now I’m not burning PTEs when I don’t need to and things are happy in
Mudville, once more. :slight_smile:

Thanks again, and a happy holidays to you and yours.

Gary


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com