Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing ABD struct allocation for FreeBSD
In the event we are allocating a gang ABD in FreeBSD we are passsing 0 to abd_alloc_struct(); however, this led to an allocation of ABD scatter with 0 chunks. This left the gang ABD allocation 24 bytes smaller than it should have been. Signed-off-by: Brian Atkinson <batkinson@lanl.gov>
- Loading branch information