From owner-cvs-all Thu Dec 14 16:12:32 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 14 16:12:30 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5285437B400; Thu, 14 Dec 2000 16:12:30 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBF0CUH68691; Thu, 14 Dec 2000 16:12:30 -0800 (PST) (envelope-from jhb) Message-Id: <200012150012.eBF0CUH68691@freefall.freebsd.org> From: John Baldwin Date: Thu, 14 Dec 2000 16:12:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/14 16:12:30 PST Modified files: sys/coda coda_vfsops.c Log: When p_ucred is passed to the venus daemon, first grab the proc lock to protect the p_ucred pointer, obtain a seperate reference to the ucred, release the lock, and then pass in the new ucred reference. Revision Changes Path 1.27 +15 -3 src/sys/coda/coda_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message