HomeFreeBSD

MFC: r323978

Description

MFC: r323978
Change a panic to an error return.

There was a panic() in the NFS server's write operation that didn't
need to be a panic() and could just be an error return.
This patch makes that change.
Found by code inspection during development of the pNFS service.

Details

Provenance
rmacklemAuthored on
Parents
rS324543: MFC: r323689
Branches
Unknown
Tags
Unknown