diff options
Diffstat (limited to 'block-vvfat.c')
-rw-r--r-- | block-vvfat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block-vvfat.c b/block-vvfat.c index 84d2a08ad7..9dedf9115f 100644 --- a/block-vvfat.c +++ b/block-vvfat.c @@ -2772,6 +2772,7 @@ BlockDriver bdrv_vvfat = { vvfat_read, vvfat_write, vvfat_close, + NULL, /* ??? Not sure if we can do any meaningful flushing. */ NULL, vvfat_is_allocated }; |