Date: Fri, 22 May 2009 14:53:26 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192581 - head/sys/fs/nfs Message-ID: <200905221453.n4MErQuC009619@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905221453.n4MErQuC009619>