March 18, 2021
11:54 a.m.
This patch replaces the IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE query in dlls/ntdll/unix/file.c with the new IOCTL_MOUNTMGR_QUERY_VOLUME. With this patch all FileFsAttributeInformation and FileFsVolumeInformation queries run through the mountmgr for both code paths instead of being duplicated in ntdll. Best, Erich