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)
Sep 9 2025, 10:50 PM
Unknown Object (File)
Aug 8 2025, 12:04 AM
Unknown Object (File)
Aug 3 2025, 12:24 PM
Unknown Object (File)
Aug 2 2025, 7:01 AM
Unknown Object (File)
Jul 22 2025, 3:08 PM
Unknown Object (File)
Jul 21 2025, 7:57 PM
Unknown Object (File)
Jul 19 2025, 8:45 PM
Unknown Object (File)
Jul 18 2025, 4:20 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