mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00: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 {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user