vvfat: Use cache=unsafe
commita3c4a01fb25a93d2b76d1fde1958ee616c152c5b
authorKevin Wolf <mail@kevin-wolf.de>
Fri, 10 Sep 2010 10:27:04 +0000 (10 12:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 13 Sep 2010 12:35:06 +0000 (13 14:35 +0200)
tree5ee70ecf5bfd7632ae70cd9c1e45ca67cc8c7060
parent345a6d2b54f0c3705a088e626d24e9376ff4f233
vvfat: Use cache=unsafe

The qcow file used for write support in vvfat is a temporary file,
so we can use cache=unsafe there. Without this, write support is just
too slow to be of any use.

Signed-off-by: Kevin Wolf <mail@kevin-wolf.de>
(cherry picked from commit 35ccd8aed64727dbefa1b274a8000b46318bfea1)
block/vvfat.c