reactos/drivers/filters
Pierre Schweitzer e359a3c888
[MOUNTMGR] Fix interpretation of QueryDeviceInformation GptDriveLetter
Being TRUE doesn't mean the device is GPT and has a drive letter. It just
means that it's not a GPT device with GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER
attribute. In short, if TRUE, it means that the device can receive a drive
letter mount point.

This fixes MountMgrNextDriveLetterWorker bailing out for any attempt to
assign a drive letter to a device.
2019-10-19 16:59:58 +02:00
..
fltmgr [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
mountmgr [MOUNTMGR] Fix interpretation of QueryDeviceInformation GptDriveLetter 2019-10-19 16:59:58 +02:00
CMakeLists.txt Start to implement fltmgr tests [WIP] (#52) 2017-10-12 15:32:30 +01:00