1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/usr.sbin/rpc.lockd
Robert Watson 1870b993d0 When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages
from the NFS server, following contention on a lock by this or another
client, immediately notify the waiting process that the lock has been
granted via a wakeup.  Without this change, the client rpc.lockd will
not wakeup the waiting process until it next re-polls the lock (sometime
in the next ten seconds), which can lead to marked latency across all
potential lockers, as the lock is held by the client for the duration.

Approved by:	re (scottl)
Submitted by:	truckman
Reviewed by:	Andrew P. Lentvorski, Jr <bsder@allcaps.org>
2003-05-14 13:50:40 +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
lockd_lock.h
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
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
rpc.lockd.8
test.c