mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
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:
parent
36542b065d
commit
ce767d69b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user