HomeFreeBSD

Split crp_buf into a union.

Description

Split crp_buf into a union.

This adds explicit crp_mbuf and crp_uio pointers of the right type to
replace casts of crp_buf. This does not sweep through changing existing
code, but new code should use the correct fields instead of casts.

Reviewed by: kib
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D13927

Details

Provenance
jhbAuthored on
Reviewer
kib
Differential Revision
D13927: Split crp_buf into a union.
Parents
rS328056: ext2fs: use mallocarray(9).
Branches
Unknown
Tags
Unknown