freebsd-dev/usr.sbin/rpc.lockd
Robert Watson 86eb7cbada 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. <bsder@allcaps.org>
2003-05-14 21:16:33 +00:00
..
kern.c Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred 2002-08-15 21:52:22 +00:00
lock_proc.c When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages 2003-05-14 13:50:40 +00:00
lockd_lock.c Avoid registering for a lock on the server in the event the NFS client 2003-05-14 21:16:33 +00:00
lockd_lock.h Remove __P. 2002-03-21 22:52:45 +00:00
lockd.c init_nsm() is executed after a call to daemon(*, 0), so error and 2003-04-24 14:38:42 +00:00
lockd.h Bring in Andrew P. Lentvorski initial work on making lockd work, 2001-11-15 09:35:51 +00:00
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
rpc.lockd.8 The .Nm utility 2002-07-14 14:47:15 +00:00
test.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00