Re: [libvirt] [PATCH 1/4] util: storage: Inline use of virStorageFileGetMetadataFromFDInternal

2014-07-07 Thread Eric Blake
On 07/07/2014 06:16 AM, Peter Krempa wrote: > There was just one callsite left. Integrate the body to the only calling > function. > --- > src/util/virstoragefile.c | 91 > --- > 1 file changed, 39 insertions(+), 52 deletions(-) ACK. -- Eric Blake

[libvirt] [PATCH 1/4] util: storage: Inline use of virStorageFileGetMetadataFromFDInternal

2014-07-07 Thread Peter Krempa
There was just one callsite left. Integrate the body to the only calling function. --- src/util/virstoragefile.c | 91 --- 1 file changed, 39 insertions(+), 52 deletions(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index 9208b77