]> git.proxmox.com Git - mirror_zfs.git/commit - cmd/vdev_id/vdev_id
vdev_id: variable not getting expanded under map_slot()
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Thu, 29 Apr 2021 20:58:49 +0000 (02:28 +0530)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 20:58:49 +0000 (13:58 -0700)
commitbc9c7265ae01b970a0353cc390d4e2fb08dc7194
treee61fffd898a2ebbcbb29d819df122bbb62703794
parent056a658dee00cab7cd42e6146f3fa0690f07c93e
vdev_id: variable not getting expanded under map_slot()

Under function map_slot() variable passed as args
were not getting properly substituted or expanded.
This patch fixes the substitution issue.

Reviewed-by: Niklas Edmundsson <nikke@acc.umu.se>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Closes #11951
Closes #11959
cmd/vdev_id/vdev_id