- Revert 29702 (IopParseDeviceHack is still required in 1st stage, and the Real Bug is at some other place, so no need in masking it away by doing calls which avoid buggy operation).

svn path=/trunk/; revision=29834
This commit is contained in:
Aleksey Bragin 2007-10-23 19:19:06 +00:00
parent 5891bd30ce
commit d68e72bf84
2 changed files with 1 additions and 4 deletions

View file

@ -481,7 +481,7 @@ xHalIoAssignDriveLetters(IN PLOADER_PARAMETER_BLOCK LoaderBlock,
NULL);
Status = ZwOpenFile(&FileHandle,
FILE_READ_ATTRIBUTES | SYNCHRONIZE,
FILE_READ_DATA | SYNCHRONIZE,
&ObjectAttributes,
&StatusBlock,
FILE_SHARE_READ,

View file

@ -404,9 +404,6 @@ IopParseDevice(IN PVOID ParseObject,
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
* TMN: NOTE: It might have been fixed now, by changing the requested
* openmode in xHalIoAssignDriveLetters from FILE_READ_DATA to
* FILE_READ_ATTRIBUTES. If verified, this hack should be removed.
*/
if (!(DirectOpen) &&
!(RemainingName->Length) &&