VirtualBox

Changeset 24121 in vbox for trunk/src


Ignore:
Timestamp:
Oct 28, 2009 1:48:25 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54028
Message:

AsyncCompletion: Process the request list of an endpoint after it was added. There might be pending requests after a request was migrated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp

    r23978 r24121  
    155155                        pAioMgr->pEndpointsHead->AioMgr.pEndpointPrev = pEndpointNew;
    156156                    pAioMgr->pEndpointsHead = pEndpointNew;
     157
     158                    /*
     159                     * Process the task list the first time. There might be pending requests
     160                     * if the endpoint was migrated from another endpoint.
     161                     */
     162                    rc = pdmacFileAioMgrFailsafeProcessEndpoint(pEndpointNew);
     163                    AssertRC(rc);
    157164                    break;
    158165                }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette