« Previous | Next » 

Revision 4dcafbb1

ID4dcafbb1eba2ee201ec86027982659b669f99c70

Added by Marcelo Tosatti over 13 years ago

block: set sector dirty on AIO write completion

Sectors are marked dirty in the bitmap on AIO submission. This is wrong
since data has not reached storage.

Set a given sector as dirty in the dirty bitmap on AIO completion, so that
reading a sector marked as dirty is guaranteed to return uptodate data.

Reviewed-by: Kevin Wolf <>
Signed-off-by: Marcelo Tosatti <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences