Date: Tue, 23 Oct 2001 12:11:31 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_lock.c Message-ID: <200110231911.f9NJBV565635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110231911.f9NJBV565635>