mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[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:
parent
2009765b6a
commit
1bc8e4320f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue