Revision 9eaafd90

b/block/raw_bsd.c
33 33

  
34 34
static TYPE raw_co_readv(BlockDriverState *bs)
35 35
{
36
    BLKDBG_EVENT(bs->file, BLKDBG_READ_AIO);
36 37
    return bdrv_co_readv(bs->file);
37 38
}
38 39

  
39 40
static TYPE raw_co_writev(BlockDriverState *bs)
40 41
{
42
    BLKDBG_EVENT(bs->file, BLKDBG_WRITE_AIO);
41 43
    return bdrv_co_writev(bs->file);
42 44
}
43 45

  

Also available in: Unified diff