Page MenuHomeFreeBSD

insmntque1(): remove useless arguments
ClosedPublic

Authored by kib on Jan 28 2022, 1:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 23, 9:25 PM
Unknown Object (File)
Oct 9 2024, 4:25 AM
Unknown Object (File)
Oct 1 2024, 2:00 PM
Unknown Object (File)
Sep 28 2024, 2:34 PM
Unknown Object (File)
Sep 21 2024, 4:05 PM
Unknown Object (File)
Sep 18 2024, 6:39 PM
Unknown Object (File)
Sep 18 2024, 9:42 AM
Unknown Object (File)
Sep 13 2024, 12:53 AM
Subscribers

Details

Summary

Also remove once-used functions to clean up after failed insmntque1(), which were destructor callbacks in previous life.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Jan 28 2022, 1:00 AM

There is an insmntque.9 man page which should be updated.

This revision is now accepted and ready to land.Jan 28 2022, 2:51 PM

Update insmntque(9), also fixing some other issues in the text.

This revision now requires review to proceed.Jan 29 2022, 12:58 AM
markj added inline comments.
share/man/man9/insmntque.9
74 ↗(On Diff #102075)
75 ↗(On Diff #102075)

I'd clarify a bit:

the operation vector
.Va v_op
and
.Va v_data
fields of the vnode are kept intact.

This revision is now accepted and ready to land.Jan 31 2022, 2:23 PM
kib marked 2 inline comments as done.Jan 31 2022, 2:50 PM