svn commit: r360994 - projects/nfs-over-tls/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Tue May 12 23:33:04 UTC 2020


Author: rmacklem
Date: Tue May 12 23:33:03 2020
New Revision: 360994
URL: https://svnweb.freebsd.org/changeset/base/360994

Log:
  Get rid of two fields that were only used for dissecting ext_pgs mbufs.

Modified:
  projects/nfs-over-tls/sys/fs/nfs/nfs.h

Modified: projects/nfs-over-tls/sys/fs/nfs/nfs.h
==============================================================================
--- projects/nfs-over-tls/sys/fs/nfs/nfs.h	Tue May 12 22:44:51 2020	(r360993)
+++ projects/nfs-over-tls/sys/fs/nfs/nfs.h	Tue May 12 23:33:03 2020	(r360994)
@@ -645,8 +645,6 @@ struct nfsrv_descript {
 	NFSSOCKADDR_T		nd_nam;		/* and socket addr */
 	NFSSOCKADDR_T		nd_nam2;	/* return socket addr */
 	caddr_t			nd_dpos;	/* Current dissect pos */
-	int			nd_dextpg;	/* Current ext_pgs page */
-	int			nd_dextpgsiz;	/* Bytes left in page */
 	caddr_t			nd_bpos;	/* Current build pos */
 	int			nd_bextpg;	/* Current ext_pgs page */
 	int			nd_bextpgsiz;	/* Bytes left in page */


More information about the svn-src-projects mailing list