cvs commit: src/sys/nfsclient nfs_vfsops.c
Robert Watson
rwatson at FreeBSD.org
Sun Dec 5 14:53:18 PST 2004
rwatson 2004-12-05 22:53:17 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vfsops.c
Log:
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.164 +6 -1 src/sys/nfsclient/nfs_vfsops.c
More information about the cvs-src
mailing list