module: zfs: vdev: shim out vdev_indirect_births_verify()

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12844
This commit is contained in:
наб 2021-12-21 18:44:41 +01:00 committed by Brian Behlendorf
parent 36542b065d
commit ce767d69b0
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ vdev_indirect_births_verify(vdev_indirect_births_t *vib)
return (B_TRUE);
}
#else
#define vdev_indirect_births_verify(vib) ((void) sizeof (vib), B_TRUE)
#endif
uint64_t