svn commit: r355530 - head/sys/fs/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Sun Dec 8 16:59:37 UTC 2019


Author: rmacklem
Date: Sun Dec  8 16:59:36 2019
New Revision: 355530
URL: https://svnweb.freebsd.org/changeset/base/355530

Log:
  Delete an unused external declaration.
  
  Since nfsv4_opflag is no longer used in nfs_clcomsubs.c, delete the
  external declaration of it. Found during NFSv4.2 code merge.
  
  MFC after:	2 weeks

Modified:
  head/sys/fs/nfsclient/nfs_clcomsubs.c

Modified: head/sys/fs/nfsclient/nfs_clcomsubs.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clcomsubs.c	Sun Dec  8 15:24:03 2019	(r355529)
+++ head/sys/fs/nfsclient/nfs_clcomsubs.c	Sun Dec  8 16:59:36 2019	(r355530)
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
 #include <fs/nfs/nfsport.h>
 
 extern struct nfsstatsv1 nfsstatsv1;
-extern struct nfsv4_opflag nfsv4_opflag[NFSV41_NOPS];
 extern int ncl_mbuf_mlen;
 extern enum vtype newnv2tov_type[8];
 extern enum vtype nv34tov_type[8];


More information about the svn-src-all mailing list