vvfat: Use cache=unsafe
authorKevin Wolf <mail@kevin-wolf.de>
Fri, 10 Sep 2010 10:27:04 +0000 (12:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 21 Sep 2010 13:39:42 +0000 (15:39 +0200)
commita655211ac6d379c5b0813761e5d11415780f41fd
treec323273c59aa318f58495332cb471289f5c3b5c8
parent9217e26f43df4aab7deaea35b21caacc1f1f854b
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>
block/vvfat.c