« Previous | Next » 

Revision 6b7cb247

ID6b7cb2479b2b8ac2a3368ade3e72bfd8121675c2

Added by Stefan Hajnoczi over 12 years ago

block: mark blocks dirty on coroutine write completion

The aio write operation marks blocks dirty when the write operation
completes. The coroutine write operation marks blocks dirty before
issuing the write operation.

It seems safest to mark the block dirty when the operation completes so
that anything tracking dirty blocks will not act before the change has
been made to the image file.

Make the coroutine write operation dirty blocks on write completion.

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences