Zebediah Figura : ntoskrnl: Report the initial status of an IRP separately from the IOSB status.

Alexandre Julliard julliard at winehq.org
Mon Sep 13 16:12:32 CDT 2021


Module: wine
Branch: master
Commit: 484b78bda01b4943023cae859271aa32b949c6ae
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=484b78bda01b4943023cae859271aa32b949c6ae

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Sun Sep 12 16:07:51 2021 -0500

ntoskrnl: Report the initial status of an IRP separately from the IOSB status.

Based on a patch by Chip Davis.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=30155
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntoskrnl.exe/ntoskrnl.c       | 22 ++++++++---------
 dlls/ntoskrnl.exe/tests/ntoskrnl.c | 49 ++++++++++++++++----------------------
 include/wine/server_protocol.h     |  4 ++--
 server/async.c                     | 38 ++++++++++++++++++++++-------
 server/device.c                    | 31 +++++++++++++++++-------
 server/file.h                      |  2 ++
 server/protocol.def                |  1 +
 server/request.h                   |  3 ++-
 server/trace.c                     |  1 +
 9 files changed, 91 insertions(+), 60 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=484b78bda01b4943023cae859271aa32b949c6ae



More information about the wine-cvs mailing list