Changeset 39928 in vbox
- Timestamp:
- Jan 31, 2012 11:49:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r39927 r39928 9322 9322 } 9323 9323 9324 #if 0 9324 9325 rc = vdIoCtxProcessTryLockDefer(pIoCtx); 9326 #else 9327 rc = vdIoCtxProcess(pIoCtx); 9328 #endif 9325 9329 if (rc == VINF_VD_ASYNC_IO_FINISHED) 9326 9330 { … … 9393 9397 } 9394 9398 9399 #if 0 9395 9400 rc = vdIoCtxProcessTryLockDefer(pIoCtx); 9401 #else 9402 rc = vdIoCtxProcess(pIoCtx); 9403 #endif 9396 9404 if (rc == VINF_VD_ASYNC_IO_FINISHED) 9397 9405 { … … 9449 9457 } 9450 9458 9459 #if 0 9451 9460 rc = vdIoCtxProcessTryLockDefer(pIoCtx); 9461 #else 9462 rc = vdIoCtxProcess(pIoCtx); 9463 #endif 9452 9464 if (rc == VINF_VD_ASYNC_IO_FINISHED) 9453 9465 { … … 9504 9516 } 9505 9517 9518 #if 0 9506 9519 rc = vdIoCtxProcessTryLockDefer(pIoCtx); 9520 #else 9521 rc = vdIoCtxProcess(pIoCtx); 9522 #endif 9507 9523 if (rc == VINF_VD_ASYNC_IO_FINISHED) 9508 9524 {
Note:
See TracChangeset
for help on using the changeset viewer.