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)
Mon, Nov 24, 11:42 PM
Unknown Object (File)
Thu, Nov 20, 11:59 PM
Unknown Object (File)
Wed, Nov 19, 12:24 AM
Unknown Object (File)
Sun, Nov 16, 3:15 PM
Unknown Object (File)
Thu, Nov 13, 1:43 PM
Unknown Object (File)
Sun, Nov 9, 5:29 PM
Unknown Object (File)
Sun, Nov 2, 3:29 AM
Unknown Object (File)
Sat, Nov 1, 2:31 AM
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.