[NTOSKRNL]

Finally, disable again the IopParseDevice hack.
Just for the record, opening a volume with FILE_READ_EA or FILE_READ_DATA is legal and works in Windows (NTFS Info for instance opens it with GENERIC_READ).

Let's hope we can rid of this hack forever now... It's been with us since 2006!

svn path=/trunk/; revision=65119
This commit is contained in:
Pierre Schweitzer 2014-10-30 07:49:37 +00:00
parent 2009765b6a
commit 1bc8e4320f

View file

@ -419,7 +419,7 @@ IopParseDevice(IN PVOID ParseObject,
DirectOpen = TRUE;
}
#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.
*/