From owner-cvs-all Wed Feb 24 16: 4:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B5814BD4; Wed, 24 Feb 1999 16:04:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA17477; Wed, 24 Feb 1999 16:03:52 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199902250003.QAA17477@freefall.freebsd.org> From: Peter Wemm Date: Wed, 24 Feb 1999 16:03:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs.h nfs_nqlease.c nfs_socket.c nfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/02/24 16:03:51 PST Modified files: sys/nfs nfs.h nfs_nqlease.c nfs_socket.c nfs_syscalls.c Log: Untangle the nfs send and receive queue locking a little. One lock routine was [ab]used for two different things, and you couldn't tell from the wait channel which one had wedged. Catch a few things missing from NFS_NOSERVER. Revision Changes Path 1.45 +5 -3 src/sys/nfs/nfs.h 1.40 +13 -14 src/sys/nfs/nfs_nqlease.c 1.50 +26 -35 src/sys/nfs/nfs_socket.c 1.48 +49 -20 src/sys/nfs/nfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message