K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-30T22:02:57.000000Z K 7 svn:log V 495 Merge nfs_serv.c:1.148 to RELENG_5: date: 2004/08/25 16:52:59; author: rwatson; state: Exp; lines: +1 -1 Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to prevent leakage of Giant. With INVARIANTS, this results in an assertion failure following execution of the RPC. Without INVARIANTS, it could result in problems if the NFS server is killed causing nfsd to return to user space holding Giant. Feet provided by: brueffer Approved by: re (scottl) END