Move compat bits into a wrapper around the copyin of the header's
iovec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 76188 Build 73071: arc lint + arc unit
Event Timeline
Comment Actions
This is a bit more complex than I was hoping. I do wonder if we really need all of these separate callbacks, vs. one callback for the initial copyin plus the header and trailer copyins. That would require a bit more code in the callbacks but seems simpler overall.
Anyway, it's a minor point. I'm okay with the original change as it is.