Changes between Initial Version and Version 1 of Ticket #17573, comment 5
- Timestamp:
- Sep 17, 2018 7:12:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17573, comment 5
initial v1 6 6 7 7 Instead, pThis->ImediaEx.pfnIoReqFlush is called, resulting in use of drvvdIoReqFlush function. No ignoreflush checks here! It calls 8 drvvdMediaExIoReqFlushWrapper which uses 1 of 3 methods to empty write any internal buffers as needed andgenerate an fsync().8 drvvdMediaExIoReqFlushWrapper which uses 1 of 3 methods to write any internal buffers out to the OS cache as needed and then generate an fsync(). 9 9 10 10 I think it'd be appropriate to put a ignoreflush check in either drvvdIoReqFlush or drvvdMediaExIoReqFlushWrapper.