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