Revision 8b7a5415

b/blockdev.c
454 454
        }
455 455
    }
456 456

  
457
    bdrv_flags = 0;
458 457
    if (qemu_opt_get_bool(opts, "cache.writeback", true)) {
459 458
        bdrv_flags |= BDRV_O_CACHE_WB;
460 459
    }

Also available in: Unified diff