[NTOSKRNL]

Disable code in CmpDestroyHiveViewList(). Needs more testing!

svn path=/trunk/; revision=68314
This commit is contained in:
Eric Kohl 2015-06-29 18:50:18 +00:00
parent 3a7d34ee38
commit 9826966d55

View file

@ -34,6 +34,7 @@ VOID
NTAPI
CmpDestroyHiveViewList(IN PCMHIVE Hive)
{
#if 0
PCM_VIEW_OF_FILE CmView;
PLIST_ENTRY EntryList;
@ -77,6 +78,7 @@ CmpDestroyHiveViewList(IN PCMHIVE Hive)
/* The LRU View List should be empty */
ASSERT(IsListEmpty(&Hive->LRUViewListHead) == TRUE);
ASSERT(Hive->MappedViews == 0);
#endif
}
/* EOF */