Page MenuHomeFreeBSD

Use long for the last argument to VOP_PATHCONF rather than a register_t.
ClosedPublic

Authored by jhb on Jan 16 2018, 7:01 PM.
Tags
None
Referenced Files
F154499991: D13934.id38047.diff
Tue, Apr 28, 6:38 PM
F154497115: D13934.id38047.diff
Tue, Apr 28, 6:29 PM
F154355543: D13934.diff
Tue, Apr 28, 1:39 AM
Unknown Object (File)
Mon, Apr 27, 5:44 PM
Unknown Object (File)
Tue, Apr 21, 6:04 PM
Unknown Object (File)
Sat, Apr 18, 9:33 PM
Unknown Object (File)
Fri, Apr 17, 5:55 PM
Unknown Object (File)
Thu, Apr 16, 11:05 AM
Subscribers
None

Details

Reviewers
kib
Summary

pathconf(2) and fpathconf(2) both return a long. The kern_[f]pathconf()
functions now accept a pointer to a long value rather than modifying
td_retval directly. Instead, the system calls explicitly store the
returned long value in td_retval[0].

Requested by: bde

Test Plan
  • make tinderbox

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14416
Build 14568: arc lint + arc unit