From 5f35d73d522a61f05cbeca9ce373b47241550d92 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 21 Jun 2024 13:56:25 +0200 Subject: [PATCH] esxi: remove already-dealt-with FIXME comment Signed-off-by: Wolfgang Bumiller --- src/PVE/Storage/ESXiPlugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm index b8bce0e..a35693d 100644 --- a/src/PVE/Storage/ESXiPlugin.pm +++ b/src/PVE/Storage/ESXiPlugin.pm @@ -222,7 +222,6 @@ sub esxi_mount : prototype($$$;$) { // die "failed to get file descriptor flags: $!\n"; fcntl($wr, F_SETFD, $flags & ~FD_CLOEXEC) // die "failed to remove CLOEXEC flag from fd: $!\n"; - # FIXME: use the user/group options! exec {$ESXI_FUSE_TOOL} $ESXI_FUSE_TOOL, @extra_params,