mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 11:36:46 +00:00
[NTOSKRNL]
Disable code in CmpDestroyHiveViewList(). Needs more testing! svn path=/trunk/; revision=68314
This commit is contained in:
parent
3a7d34ee38
commit
9826966d55
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
CmpDestroyHiveViewList(IN PCMHIVE Hive)
|
CmpDestroyHiveViewList(IN PCMHIVE Hive)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
PCM_VIEW_OF_FILE CmView;
|
PCM_VIEW_OF_FILE CmView;
|
||||||
PLIST_ENTRY EntryList;
|
PLIST_ENTRY EntryList;
|
||||||
|
|
||||||
|
@ -77,6 +78,7 @@ CmpDestroyHiveViewList(IN PCMHIVE Hive)
|
||||||
/* The LRU View List should be empty */
|
/* The LRU View List should be empty */
|
||||||
ASSERT(IsListEmpty(&Hive->LRUViewListHead) == TRUE);
|
ASSERT(IsListEmpty(&Hive->LRUViewListHead) == TRUE);
|
||||||
ASSERT(Hive->MappedViews == 0);
|
ASSERT(Hive->MappedViews == 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue