[NTOSKRNL] Revert 4ef0887: experiments show that our FastFAT is not ready yet to live on its own.

So, bring back the infamous IopParseDevice() hack. Dismounting is to be fixed in FastFAT.
Even though it might not be the last remaining bug...

CORE-14124
CORE-14126
CORE-14133
This commit is contained in:
Pierre Schweitzer 2017-12-25 11:20:15 +01:00
parent c5db5399dc
commit fc5a61d8b7
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -533,7 +533,7 @@ IopParseDevice(IN PVOID ParseObject,
/* Check if we can simply use a dummy file */
UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));
#if 0
#if 1
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/