[PATCH v7 1/6] ntdll: Use st_rdev for special devices in get_mountmgr_fs_info.
12 Feb
2021
12 Feb
'21
8:29 p.m.
Overall, this patchset has two objectives: 1) remove the volume information duplication in dlls/kernelbase/volume.c in preference to the version in dlls/mountmgr.sys/device.c 2) set the stage for fixing the advertisement of reparse point support ( https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll-Junct... ) This specific patch addresses an issue uncovered by revising the last patch to work without FILE_LIST_DIRECTORY. Without this patch attempts to query volume information from drive Z: fail because the mountmgr does not find the device (st_dev != st_rdev). Many thanks to Zeb for her helping track this down. v7: new patch Best, Erich
1854
Age (days ago)
1855
Last active (days ago)
1 comments
2 participants
participants (2)
-
Erich E. Hoover -
Zebediah Figura (she/her)