mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
module: zfs: spa: shim out vdev_count_verify_zaps()
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
parent
2c1988e96f
commit
36542b065d
@ -2996,6 +2996,8 @@ vdev_count_verify_zaps(vdev_t *vd)
|
|||||||
|
|
||||||
return (total);
|
return (total);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define vdev_count_verify_zaps(vd) ((void) sizeof (vd), 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user