Skip to content

Commit

Permalink
[NTOSKRNL] Make again an attempt at killing the IopParseDevice() hack.
Browse files Browse the repository at this point in the history
For the record, the only place it was remaining was 1st stage, notably because
FSD (FastAT <3) was missing a few features. As this features weren't triggered
in 3rd stage (unless forced), it was not needed there any longer.

Now that they are implemented, and seem working out of the box, this hack might
not be longer anymore.

This is my ... ?! pfff attempt at killing it. It might not be the last, so just
disabling the hack for now. If there are no regressions (who can really believe that?)
we'll be clear for dropping it once for all.
  • Loading branch information
HeisSpiter committed Dec 17, 2017
1 parent bd1e7bf commit 4ef0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntoskrnl/io/iomgr/file.c
Expand Up @@ -533,7 +533,7 @@ IopParseDevice(IN PVOID ParseObject,
/* Check if we can simply use a dummy file */
UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));

#if 1
#if 0
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/
Expand Down

0 comments on commit 4ef0887

Please sign in to comment.