all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-storage] fix #3555: BTRFSPlugin: call free_image correctly
@ 2021-07-30 11:04 Hannes Laimer
  2021-07-30 13:06 ` [pve-devel] applied: " Thomas Lamprecht
  2021-08-02  8:29 ` [pve-devel] " Fabian Ebner
  0 siblings, 2 replies; 4+ messages in thread
From: Hannes Laimer @ 2021-07-30 11:04 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
 PVE/Storage/BTRFSPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/BTRFSPlugin.pm b/PVE/Storage/BTRFSPlugin.pm
index 4596b30..411cab9 100644
--- a/PVE/Storage/BTRFSPlugin.pm
+++ b/PVE/Storage/BTRFSPlugin.pm
@@ -410,7 +410,7 @@ sub free_image {
 	$class->parse_volname($volname);
 
     if ($format ne 'subvol' && $format ne 'raw') {
-	return PVE::Storage::DirPlugin::free_image(@_);
+	return PVE::Storage::DirPlugin->free_image($storeid, $scfg, $volname, $isBase, $_format);
     }
 
     my $path = $class->filesystem_path($scfg, $volname);
-- 
2.30.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-02  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 11:04 [pve-devel] [PATCH pve-storage] fix #3555: BTRFSPlugin: call free_image correctly Hannes Laimer
2021-07-30 13:06 ` [pve-devel] applied: " Thomas Lamprecht
2021-08-02  8:29 ` [pve-devel] " Fabian Ebner
2021-08-02  9:58   ` Wolfgang Bumiller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal