From owner-cvs-all Tue Oct 23 12:11:36 2001 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 50C4B37B406; Tue, 23 Oct 2001 12:11:31 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9NJBV565635; Tue, 23 Oct 2001 12:11:31 -0700 (PDT) (envelope-from rwatson) Message-Id: <200110231911.f9NJBV565635@freefall.freebsd.org> From: Robert Watson Date: Tue, 23 Oct 2001 12:11:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_lock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/10/23 12:11:31 PDT Modified files: sys/nfsclient nfs_lock.c Log: o Add two comments identifying problems with the current nfs_lock.c implementation, so that the information doesn't get lost. (1) /var/run/lock is looked up relative to the current thread's root directory, but it's not clear that's desirable. (2) A race condition associated with live credential modification on a shared credential is present when privilege is granted for the purposes of talking to /var/run/lock. Revision Changes Path 1.15 +8 -1 src/sys/nfsclient/nfs_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message