Am 19.05.2010 22:53, schrieb Riccardo Magliocchetti: > gcc does not like passing a NULL where an int value is expected: > > block/vvfat.c: In function ‘checkpoint’: > block/vvfat.c:2868: error: passing argument 2 of ‘remove_mapping’ makes > integer from pointer without a cast > > Signed-off-by: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Thanks, applied to the block branch. You're probably using a 32 bit platform? I needed another fix to get it compiling on x86_64, which I just sent to the list. Kevin