This patch removes the volume querying information duplication in kernelbase by re-implementing GetVolumeInformation using GetVolumeInformationByHandle (itself implemented with NtQueryVolumeInformationFile).
v4: Reordered (no content change) v3: No change v2: Reordered (no content change)
Best, Erich