On 01/04/2011 12:16 PM, Eric Blake wrote:
On 01/04/2011 09:43 AM, Stefan Berger wrote:
> V2:
> - removed replacements of lseek() to lseek64() from patch
>
> While doing some testing with Qemu and creating huge logfiles I
> encountered the case where the VM could not start anymore due to the
> lseek() to the end of the Qemu VM's log file failing. The patch below
> fixes the problem by replacing the previously used 'int' with
'off_t'.
ACK; please push :)
Done. I fixed the header on the way to a more accurate description.
Stefan