Hi,
On Mon, Aug 24, 2015 at 01:27:42PM +0200, Martin Kletzander wrote:
> On Mon, Aug 24, 2015 at 12:55:22PM +0200, Guido Günther wrote:
> >While a zero allocation in safezero should be fine it isn't when we use
> >posix_fallocate which returns EINVAL on a zero allocation.
> >
> >While we could skip
On Mon, Aug 24, 2015 at 12:55:22PM +0200, Guido Günther wrote:
While a zero allocation in safezero should be fine it isn't when we use
posix_fallocate which returns EINVAL on a zero allocation.
While we could skip the zero allocation in safezero_posix_fallocate it's
an optimization to do it for
While a zero allocation in safezero should be fine it isn't when we use
posix_fallocate which returns EINVAL on a zero allocation.
While we could skip the zero allocation in safezero_posix_fallocate it's
an optimization to do it for all allocations.
This fixes vm installation via virtinst for me