summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2012-02-16 02:19:53 +0000
committerrmacklem <rmacklem@FreeBSD.org>2012-02-16 02:19:53 +0000
commit57ea6b594bc793fe5ce93d1d6391e872e26a2fae (patch)
treeb512f09dc9782afdb8b430421c749f13d5c7ae4d /sys/fs/nfs
parentc13c2b79cf89ae77278f4504a1760066513b18f8 (diff)
downloadFreeBSD-src-57ea6b594bc793fe5ce93d1d6391e872e26a2fae.zip
FreeBSD-src-57ea6b594bc793fe5ce93d1d6391e872e26a2fae.tar.gz
Delete a couple of out of date comments that are no longer true in
the new NFS client. Requested by: bde MFC after: 1 week
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfs_commonport.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c
index aff8749..47c051f 100644
--- a/sys/fs/nfs/nfs_commonport.c
+++ b/sys/fs/nfs/nfs_commonport.c
@@ -109,9 +109,6 @@ MALLOC_DEFINE(M_NEWNFSDROLLBACK, "NFSD rollback",
* Definition of mutex locks.
* newnfsd_mtx is used in nfsrvd_nfsd() to protect the nfs socket list
* and assorted other nfsd structures.
- * Giant is used to protect the nfsd list and count, which is just
- * updated when nfsd's start/stop and is grabbed for nfsrvd_dorpc()
- * for the VFS ops.
*/
struct mtx newnfsd_mtx;
struct mtx nfs_sockl_mutex;
OpenPOWER on IntegriCloud