projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f421a2
)
[NTOS]: Fix premature setting of the page location of a newly allocated MDL page...
author
Sir Richard
<sir_richard@svn.reactos.org>
Fri, 19 Feb 2010 18:29:29 +0000
(18:29 +0000)
committer
Sir Richard
<sir_richard@svn.reactos.org>
Fri, 19 Feb 2010 18:29:29 +0000
(18:29 +0000)
svn path=/trunk/; revision=45625
reactos/ntoskrnl/mm/freelist.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/freelist.c
b/reactos/ntoskrnl/mm/freelist.c
index
7098cef
..
25e57ef
100644
(file)
--- a/
reactos/ntoskrnl/mm/freelist.c
+++ b/
reactos/ntoskrnl/mm/freelist.c
@@
-480,7
+480,6
@@
MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
Pfn1->u3.e1.StartOfAllocation = 1;
Pfn1->u3.e1.EndOfAllocation = 1;
Pfn1->u3.e2.ReferenceCount = 1;
- Pfn1->u3.e1.PageLocation = ActiveAndValid;
Pfn1->SavedSwapEntry = 0;
//