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, May 19, 4:19 PM
Unknown Object (File)
Sun, May 10, 3:45 PM
Unknown Object (File)
Sun, May 3, 10:59 AM
Unknown Object (File)
Wed, Apr 29, 1:11 PM
Unknown Object (File)
Tue, Apr 28, 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