]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always issue wakeups() to the NFS requestors under the mutex
authorps <ps@FreeBSD.org>
Tue, 7 Dec 2004 03:39:52 +0000 (03:39 +0000)
committerps <ps@FreeBSD.org>
Tue, 7 Dec 2004 03:39:52 +0000 (03:39 +0000)
commit1d9d717d90bc5f2ce231923df922057f25ce332f
treef731e4b1c5324936cb787012135f8dbea9e91cd3
parent0e26edfd436d5df78b2c008752440ba5e80c9dc6
Always issue wakeups() to the NFS requestors under the mutex
to close all potential cases of missed wakeups.

Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com
sys/nfsclient/nfs_socket.c