Page MenuHomeFreeBSD

mountd: use free_iovec for build_iovec cleanup
ClosedPublic

Authored by brooks on Apr 21 2025, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 19 2026, 4:19 PM
Unknown Object (File)
May 10 2026, 3:45 PM
Unknown Object (File)
May 3 2026, 10:59 AM
Unknown Object (File)
Apr 29 2026, 1:11 PM
Unknown Object (File)
Apr 28 2026, 9:02 PM
Unknown Object (File)
Apr 21 2026, 2:13 PM
Unknown Object (File)
Apr 20 2026, 6:10 PM
Unknown Object (File)
Apr 20 2026, 1:24 AM
Subscribers

Details

Summary

Remove the handrolled cleanups and the user free_iovec instead.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks fine to me, rick

usr.sbin/mountd/mountd.c
2102

If I read the code correctly, the only thing this
patch doesn't do is set "iovlen = 0;".
However, I cannot see why that is needed, so
I think the change is ok.

This revision is now accepted and ready to land.Apr 23 2025, 12:08 AM