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)
Tue, Mar 3, 1:16 PM
Unknown Object (File)
Sat, Feb 28, 11:57 AM
Unknown Object (File)
Mon, Feb 16, 11:14 PM
Unknown Object (File)
Mon, Feb 16, 5:30 PM
Unknown Object (File)
Feb 8 2026, 2:29 AM
Unknown Object (File)
Feb 7 2026, 7:11 PM
Unknown Object (File)
Jan 31 2026, 1:29 PM
Unknown Object (File)
Dec 31 2025, 9:07 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