]> git.proxmox.com Git - mirror_zfs.git/commit
libzfs: Remove unused zpool_get_physpath()
authorRyan Moeller <ryan@iXsystems.com>
Fri, 5 Aug 2022 00:04:09 +0000 (20:04 -0400)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 00:04:09 +0000 (17:04 -0700)
commit947465b9843b588a57703f000783fafd9d9ad68c
treeafdf57bf0bada96e22e0059821e84bb59ddf5025
parent4fc1ea9c6c2048d931b9906876d4dc77b8e0812f
libzfs: Remove unused zpool_get_physpath()

This is an oddly specific function that has never had any consumers in
the history of this repo.  Get rid of it and the pile of helper
functions that exist for it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #13724
include/libzfs.h
lib/libzfs/libzfs.abi
lib/libzfs/libzfs_pool.c