]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/BTRFSPlugin.pm
fix #3555: BTRFS: call DirPlugin's free_image correctly
[pve-storage.git] / PVE / Storage / BTRFSPlugin.pm
index 4596b301238f66f846770cdbd6aeac84677f56b3..411cab9530ead752e792c35eec85eea409b7288b 100644 (file)
@@ -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);