mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[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:
parent
c5db5399dc
commit
fc5a61d8b7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue