[PATCH 05/39] virStorageFileBackendGlusterPriv: Remove 'canonpaht'

Peter Krempa pkrempa at redhat.com
Thu Apr 1 13:52:04 UTC 2021


Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/storage_file/storage_file_backend_gluster.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/storage_file/storage_file_backend_gluster.c b/src/storage_file/storage_file_backend_gluster.c
index 252eb523af..0cd4cf9f62 100644
--- a/src/storage_file/storage_file_backend_gluster.c
+++ b/src/storage_file/storage_file_backend_gluster.c
@@ -41,7 +41,6 @@ typedef virStorageFileBackendGlusterPriv *virStorageFileBackendGlusterPrivPtr;

 struct _virStorageFileBackendGlusterPriv {
     glfs_t *vol;
-    char *canonpath;
 };

 static void
@@ -55,7 +54,6 @@ virStorageFileBackendGlusterDeinit(virStorageSourcePtr src)

     if (priv->vol)
         glfs_fini(priv->vol);
-    VIR_FREE(priv->canonpath);

     VIR_FREE(priv);
     drv->priv = NULL;
-- 
2.29.2




More information about the libvir-list mailing list