summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfs.h
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-22 14:53:26 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-22 14:53:26 +0000
commitf360591bdc06c18859c1e45424966d3502830a35 (patch)
treec852c109c8552284d7878ffba2c01aa98eaf70a5 /sys/fs/nfs/nfs.h
parent708f333f8443452950bdef27713e98678f4328bf (diff)
downloadFreeBSD-src-f360591bdc06c18859c1e45424966d3502830a35.zip
FreeBSD-src-f360591bdc06c18859c1e45424966d3502830a35.tar.gz
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)
Diffstat (limited to 'sys/fs/nfs/nfs.h')
-rw-r--r--sys/fs/nfs/nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs.h b/sys/fs/nfs/nfs.h
index 250ce1a..0160af2 100644
--- a/sys/fs/nfs/nfs.h
+++ b/sys/fs/nfs/nfs.h
@@ -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 */
OpenPOWER on IntegriCloud