mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix the FreeBSD userspace build (#15716)
- Mark some parameters to zpool_power*() as unused.
- Add a stub zpool_disk_wait().
Fixes: a9520e6e5 ("zpool: Add slot power control, print power status")
Signed-off-by: Mark Johnston <markj@FreeBSD.org>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
@@ -263,3 +263,11 @@ update_vdevs_config_dev_sysfs_path(nvlist_t *config)
|
||||
{
|
||||
(void) config;
|
||||
}
|
||||
|
||||
int
|
||||
zpool_disk_wait(const char *path)
|
||||
{
|
||||
|
||||
(void) path;
|
||||
return (ENOTSUP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user