[PATCH 2/4] server: Update stored completion information even after an async IO is queued (try 3).

Erich E. Hoover ehoover at mymail.mines.edu
Fri May 25 15:45:45 CDT 2012


Real Name:
    Erich Hoover

Description:
    The completion information for a file handle can be updated after
an async IO has been queued and this information will still be valid
for the async operation (even if the handle is closed before the async
completes!).  The attached patch adds a file operation to update the
completion information for a queued async operation so that such a
change can be properly propagated to the async object.  This new
version of the patch has been updated to not requiring searching
through the list of async objects associated with a queue and adds a
test demonstrating this behavior to ntdll.

Changelog:
    server: Update stored completion information even after an async
IO is queued.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-server-Update-stored-completion-information-even-aft.patch
Type: application/octet-stream
Size: 13624 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120525/dbaa0272/attachment-0001.obj>


More information about the wine-patches mailing list