mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virStorageFileBackendGlusterPriv: Remove 'cannonpath'
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
170b075da3
commit
a4d1384690
@ -41,7 +41,6 @@ typedef virStorageFileBackendGlusterPriv *virStorageFileBackendGlusterPrivPtr;
|
|||||||
|
|
||||||
struct _virStorageFileBackendGlusterPriv {
|
struct _virStorageFileBackendGlusterPriv {
|
||||||
glfs_t *vol;
|
glfs_t *vol;
|
||||||
char *canonpath;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -55,7 +54,6 @@ virStorageFileBackendGlusterDeinit(virStorageSourcePtr src)
|
|||||||
|
|
||||||
if (priv->vol)
|
if (priv->vol)
|
||||||
glfs_fini(priv->vol);
|
glfs_fini(priv->vol);
|
||||||
VIR_FREE(priv->canonpath);
|
|
||||||
|
|
||||||
VIR_FREE(priv);
|
VIR_FREE(priv);
|
||||||
drv->priv = NULL;
|
drv->priv = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user