K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2017-10-11T23:33:50.678324Z K 7 svn:log V 268 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. END