From owner-cvs-all Tue Oct 23 19:48:41 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 971DE37B401; Tue, 23 Oct 2001 19:48:38 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9O2mco66375; Tue, 23 Oct 2001 19:48:38 -0700 (PDT) (envelope-from rwatson) Message-Id: <200110240248.f9O2mco66375@freefall.freebsd.org> From: Robert Watson Date: Tue, 23 Oct 2001 19:48:38 -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 19:48:38 PDT Modified files: sys/nfsclient nfs_lock.c Log: o Note an additional potential problem here: LOCKD_MSG directly exports struct ucred to userland. In 5.0-CURRENT, it is desirable to instead export struct xucred, as ucred contains mutexes, pointers, and other kernel evil. I'll add it to my work queue. Revision Changes Path 1.16 +4 -0 src/sys/nfsclient/nfs_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message