mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
esxi: remove already-dealt-with FIXME comment
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9a594f594d
commit
5f35d73d52
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user