[PATCH v7 6/6] kernelbase: Reimplement GetVolumeInformation on top of GetVolumeInformationByHandle.

Erich E. Hoover erich.e.hoover at gmail.com
Fri Feb 12 14:30:45 CST 2021


This patch removes the volume querying information duplication in
kernelbase by re-implementing GetVolumeInformation using
GetVolumeInformationByHandle (itself implemented with
NtQueryVolumeInformationFile).

v7: Fix Root_Slash to always use the correct drive letter and don't
use FILE_LIST_DIRECTORY
v6: No change
v5: Rebase against 1b1b6c5f7d28768feb853eefd015aa714b819ed4
v4: Reordered (no content change)
v3: No change
v2: Reordered (no content change)

Best,
Erich
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-kernelbase-Reimplement-GetVolumeInformation-on-top-o.patch
Type: application/x-patch
Size: 26181 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210212/4c04ba33/attachment-0001.bin>


More information about the wine-devel mailing list