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)
Thu, Apr 2, 5:08 AM
Unknown Object (File)
Sun, Mar 15, 12:05 PM
Unknown Object (File)
Sun, Mar 15, 5:39 AM
Unknown Object (File)
Sun, Mar 15, 12:52 AM
Unknown Object (File)
Mar 3 2026, 1:16 PM
Unknown Object (File)
Feb 28 2026, 11:57 AM
Unknown Object (File)
Feb 16 2026, 11:14 PM
Unknown Object (File)
Feb 16 2026, 5:30 PM
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