svn commit: r192581 - head/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Fri May 22 14:53:27 UTC 2009


Author: rmacklem
Date: Fri May 22 14:53:26 2009
New Revision: 192581
URL: http://svn.freebsd.org/changeset/base/192581

Log:
  Fix the comment in sys/fs/nfs/nfs.h to correctly reflect the
  current use of the R_xxx flags. This changed when the
  NFS_LEGACYRPC code was removed from the subsystem.
  
  Approved by:	kib (mentor)

Modified:
  head/sys/fs/nfs/nfs.h

Modified: head/sys/fs/nfs/nfs.h
==============================================================================
--- head/sys/fs/nfs/nfs.h	Fri May 22 13:57:44 2009	(r192580)
+++ head/sys/fs/nfs/nfs.h	Fri May 22 14:53:26 2009	(r192581)
@@ -477,7 +477,7 @@ struct nfssockreq {
  */
 TAILQ_HEAD(nfsreqhead, nfsreq);
 
-/* First 8 R_xxx flags defined in rpc/rpcclnt.h, the rest are here */
+/* This is the only nfsreq R_xxx flag still used. */
 #define	R_DONTRECOVER	0x00000100	/* don't initiate recovery when this
 					   rpc gets a stale state reply */
 


More information about the svn-src-head mailing list