[PATCH resend v5 4/5] mountmgr: Add support for volume information queries.

Chip Davis cdavis at codeweavers.com
Thu Feb 4 12:42:50 CST 2021


February 4, 2021 10:40 AM, "Erich E. Hoover" <erich.e.hoover at gmail.com> wrote:

> @@ -1826,6 +1828,117 @@ static void query_property( struct disk_device *device, IRP *irp )
> [...]
> +done:
> +    LeaveCriticalSection( &device_section );
> +    IoCompleteRequest( irp, IO_NO_INCREMENT );
> +    return STATUS_SUCCESS;
> +}

Shouldn't that return what's in io->u.Status? I thought MS recommended doing that for driver dispatch handlers.

Chip



More information about the wine-devel mailing list