Skip to content

Commit

Permalink
module: zfs: vdev: indirect: births: shim out vdev_indirect_births_ve…
Browse files Browse the repository at this point in the history
…rify()
  • Loading branch information
nabijaczleweli committed Dec 21, 2021
1 parent 3d467ae commit b6cd729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/zfs/vdev_indirect_births.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6cd729

Please sign in to comment.