Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detection

This commit is contained in:
Mounir IDRASSI 2017-05-25 16:55:47 +02:00
parent a5035f812b
commit 8edd1560e5
No known key found for this signature in database
GPG key ID: DD0C382D5FCFB8FC

View file

@ -1356,7 +1356,7 @@ NTSTATUS ProcessMainDeviceControlIrp (PDEVICE_OBJECT DeviceObject, PEXTENSION Ex
case 0xEB3C904D53444F53: // FAT16
case 0xEB58904D53444F53: // FAT32
case 0xEB76904558464154: // exFAT
case 0x0000005265465300: // ReFS
opentest->FilesystemDetected = TRUE;
break;
}