- Almost completely fix the hack in IopParseDevice which was resulting in "FIXME...
authorAleksey Bragin <aleksey@reactos.org>
Mon, 1 Oct 2007 18:04:42 +0000 (18:04 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 1 Oct 2007 18:04:42 +0000 (18:04 +0000)
commit843bb303244b2b1434af82b293dfb79e33cb8e9f
tree192317dc85ced085813dfcee367986c7715f4529
parentfcc8786305cc1b83a5d5e975341bb068c3176543
- Almost completely fix the hack in IopParseDevice which was resulting in "FIXME: Broken Parse due to invalid DesiredAccess" messages, by changing some calls to IoGetDeviceObjectPointer to use FILE_READ_ATTRIBUTES instead of FILE_READ_DATA (so that the volume doesn't get mounted).

svn path=/trunk/; revision=29334
reactos/ntoskrnl/fstub/disksup.c
reactos/ntoskrnl/io/iomgr/arcname.c
reactos/ntoskrnl/io/iomgr/file.c