On Fri, Nov 11, 2011 at 05:59:19PM +0100, Kevin Wolf wrote: > Am 11.11.2011 17:47, schrieb Stefan Hajnoczi: > > For some reason vvfat.c invokes BlockDriver functions directly and does > > not go through block.h functions. Change all direct calls except for > > the .bdrv_make_empty() call for which there is no public interface. > > > > This change makes the conversion to .bdrv_co_is_allocated() possible. > > > > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> > > This conflicts with the block branch (I made more or less the same > change in order to fix read-write vvfat disks)
Okay, I'll rebase on your block branch. Stefan