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)
This commit is contained in:
Rick Macklem 2009-05-22 14:53:26 +00:00
parent 5cc27cc352
commit 7951235502

View File

@ -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 */