Page MenuHomeFreeBSD

Error handling in nfsd
ClosedPublic

Authored by joyul_juniper.net on Aug 26 2024, 6:44 PM.
Tags
None
Referenced Files
F102992695: D46442.diff
Tue, Nov 19, 2:14 PM
Unknown Object (File)
Sun, Nov 17, 5:02 PM
Unknown Object (File)
Tue, Nov 12, 6:46 PM
Unknown Object (File)
Sun, Nov 10, 5:41 AM
Unknown Object (File)
Sat, Nov 2, 10:13 AM
Unknown Object (File)
Oct 17 2024, 1:15 AM
Unknown Object (File)
Sep 29 2024, 8:14 PM
Unknown Object (File)
Sep 29 2024, 7:49 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.