Page MenuHomeFreeBSD

mountd: use free_iovec for build_iovec cleanup
ClosedPublic

Authored by brooks on Mon, Apr 21, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 28, 9:26 AM
Unknown Object (File)
Fri, Apr 25, 4:06 PM
Unknown Object (File)
Fri, Apr 25, 1:01 PM
Unknown Object (File)
Thu, Apr 24, 8:24 PM
Unknown Object (File)
Thu, Apr 24, 5:42 PM
Unknown Object (File)
Thu, Apr 24, 12:52 AM
Unknown Object (File)
Wed, Apr 23, 3:39 AM
Unknown Object (File)
Tue, Apr 22, 9:55 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.Wed, Apr 23, 12:08 AM