From owner-cvs-all Wed Oct 28 12:31:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14766 for cvs-all-outgoing; Wed, 28 Oct 1998 12:31:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14757; Wed, 28 Oct 1998 12:31:19 -0800 (PST) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16090; Wed, 28 Oct 1998 12:31:14 -0800 (PST) Date: Wed, 28 Oct 1998 12:31:14 -0800 (PST) Message-Id: <199810282031.MAA16090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda_psdev.c coda_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1998/10/28 12:31:14 PST Modified files: sys/coda coda_psdev.c coda_vnops.c Log: Change the way unmounting happens to guarantee that the client programs are allowed to finish up (coda_call is forced to complete) and release their locks. Thus there is a reasonable chance that the vflush implicit in the unmount will not get hung on held locks. Revision Changes Path 1.8 +51 -20 src/sys/coda/coda_psdev.c 1.8 +10 -1 src/sys/coda/coda_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message