On Mon, Nov 04, 2013 at 05:30:10PM +0800, Fam Zheng wrote: > @@ -2785,9 +2792,7 @@ static int coroutine_fn > bdrv_co_do_writev(BlockDriverState *bs, > ret = bdrv_co_flush(bs); > } > > - if (bs->dirty_bitmap) { > bdrv_set_dirty(bs, sector_num, nb_sectors); > - }
Forgot to reduce indentation?