From owner-cvs-all Tue Oct 9 9:49: 3 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 0E61537B40B; Tue, 9 Oct 2001 09:48:58 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99GmwE22928; Tue, 9 Oct 2001 09:48:58 -0700 (PDT) (envelope-from jhb) Message-Id: <200110091648.f99GmwE22928@freefall.freebsd.org> From: John Baldwin Date: Tue, 9 Oct 2001 09:48:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.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 jhb 2001/10/09 09:48:57 PDT Modified files: sys/nfsclient nfs_vnops.c Log: Use crhold() instead of crdup() since we aren't modifying the cred but just need to ensure it remains immutable. Revision Changes Path 1.177 +3 -2 src/sys/nfsclient/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message