Page MenuHomeFreeBSD

Error handling in nfsd
ClosedPublic

Authored by joyul_juniper.net on Aug 26 2024, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 3:13 PM
Unknown Object (File)
Sun, Jan 12, 12:29 AM
Unknown Object (File)
Dec 14 2024, 7:55 PM
Unknown Object (File)
Nov 20 2024, 4:20 PM
Unknown Object (File)
Nov 20 2024, 2:35 PM
Unknown Object (File)
Nov 19 2024, 2:14 PM
Unknown Object (File)
Nov 17 2024, 5:02 PM
Unknown Object (File)
Nov 12 2024, 6:46 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.