K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-05-14T21:16:33.000000Z K 7 svn:log V 499 Avoid registering for a lock on the server in the event the NFS client has requested the lock in a non-blocking form, instead returning an immediate failure. This appears to help reduce one of my "locks get lost" symptoms involving lockf(1), which attempts a non-blocking lock attempt before actually blocking on the lock. At this point the client still gets back EACCES, which is an issue we're still working. Approved by: re (scottl) Submitted by: Andrew P. Lentvorski, Jr. END