Re: [Qemu-devel] [PATCH v5 1/2] block/gluster: Handle changed glfs_ftruncate signature

2019-03-06 Thread Stefano Garzarella
Hi Niels, On Tue, Mar 05, 2019 at 04:46:33PM +0100, Niels de Vos wrote: > From: Prasanna Kumar Kalever > > New versions of Glusters libgfapi.so have an updated glfs_ftruncate() > function that returns additional 'struct stat' structures to enable > advanced caching of attributes. This is useful

[Qemu-devel] [PATCH v5 1/2] block/gluster: Handle changed glfs_ftruncate signature

2019-03-05 Thread Niels de Vos
From: Prasanna Kumar Kalever New versions of Glusters libgfapi.so have an updated glfs_ftruncate() function that returns additional 'struct stat' structures to enable advanced caching of attributes. This is useful for file servers, not so much for QEMU. Nevertheless, the API has changed and needs