svn commit: r231805 - in head/sys/fs: nfs nfsserver

[ Available lists | Index of svn-src-head | Month of Feb 2012 | Week of 16 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Rick Macklem <rmacklem@FreeBSD.org>
Date
16 Feb 2012 02:19:53
Subject
svn commit: r231805 - in head/sys/fs: nfs nfsserver
Message-ID
201202160219.q1G2Jr5J093922@svn.freebsd.org


[ Hide this part ]
Author: rmacklem
Date: Thu Feb 16 02:19:53 2012
New Revision: 231805
URL: http://svn.freebsd.org/changeset/base/231805

Log:
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

Modified:
head/sys/fs/nfs/nfs_commonport.c
head/sys/fs/nfsserver/nfs_nfsdport.c

Modified: head/sys/fs/nfs/nfs_commonport.c
==============================================================================
--- head/sys/fs/nfs/nfs_commonport.c Thu Feb 16 02:02:00 2012 (r231804)
+++ head/sys/fs/nfs/nfs_commonport.c Thu Feb 16 02:19:53 2012 (r231805)
@@ -109,9 +109,6 @@ MALLOC_DEFINE(M_NEWNFSDROLLBACK, "NFSD r
* 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;

Modified: head/sys/fs/nfsserver/nfs_nfsdport.c
==============================================================================
--- head/sys/fs/nfsserver/nfs_nfsdport.c Thu Feb 16 02:02:00 2012 (r231804)
+++ head/sys/fs/nfsserver/nfs_nfsdport.c Thu Feb 16 02:19:53 2012 (r231805)
@@ -319,11 +319,7 @@ nfsvno_setattr(struct vnode *vp, struct
}

/*
- * Set up nameidata for a lookup() call and do it
- * For the cases where we are crossing mount points
- * (looking up the public fh path or the v4 root path when
- * not using a pseudo-root fs), set/release the Giant lock,
- * as required.
+ * Set up nameidata for a lookup() call and do it.
*/
int
nfsvno_namei(struct nfsrv_descript *nd, struct nameidata *ndp,

Elapsed time: 0.198 seconds