Page MenuHomeFreeBSD

Error handling in nfsd
ClosedPublic

Authored by joyul_juniper.net on Aug 26 2024, 6:44 PM.
Tags
None
Referenced Files
F131980737: D46442.diff
Sun, Oct 12, 4:42 PM
Unknown Object (File)
Tue, Sep 30, 6:23 PM
Unknown Object (File)
Sun, Sep 28, 6:17 AM
Unknown Object (File)
Sat, Sep 27, 10:19 AM
Unknown Object (File)
Mon, Sep 15, 10:53 AM
Unknown Object (File)
Sep 5 2025, 12:20 AM
Unknown Object (File)
Sep 4 2025, 4:06 PM
Unknown Object (File)
Sep 3 2025, 4:44 PM
Subscribers

Details

Summary

Synchronize the error handling in nfsd. If you check other error handlings in those same condition blocks, it uses nfsd_exit instead, which will call killchildren() and call the rpcbind service to do the service un-mapping.

Test Plan

Have the device run the sanity test.

Diff Detail

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

Event Timeline

joyul_juniper.net created this revision.

Looks ok to me.

I will commit it in a couple of weeks, unless the
reporter requests otherwise.

This revision is now accepted and ready to land.Sep 15 2024, 8:41 PM
This revision was automatically updated to reflect the committed changes.