From owner-cvs-src@FreeBSD.ORG Wed Dec 22 09:36:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 048CE16A4CE; Wed, 22 Dec 2004 09:36:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D116C43D31; Wed, 22 Dec 2004 09:36:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBM9a41Z031970; Wed, 22 Dec 2004 09:36:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBM9a4vw031969; Wed, 22 Dec 2004 09:36:04 GMT (envelope-from rwatson) Message-Id: <200412220936.iBM9a4vw031969@repoman.freebsd.org> From: Robert Watson Date: Wed, 22 Dec 2004 09:36:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 09:36:05 -0000 rwatson 2004-12-22 09:36:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/nfsclient nfs_vfsops.c Log: Merge nfs_vfsops.c:1.164 from HEAD to RELENG_5: date: 2004/12/05 22:53:17; author: rwatson; state: Exp; lines: +6 -1 Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(), and annotate that nfs_mountroot assumes it is OK to step on the values in the global NFSv3 diskless structure as the mountroot function is called during a serialized part of the boot, before any other NFS client activity occurs. MFC after: 2 weeks Revision Changes Path 1.158.2.1 +6 -1 src/sys/nfsclient/nfs_vfsops.c