Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 02:37:15 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r363684 - projects/nfs-over-tls/sys/fs/nfsserver
Message-ID:  <202007300237.06U2bF5A005646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Thu Jul 30 02:37:15 2020
New Revision: 363684
URL: https://svnweb.freebsd.org/changeset/base/363684

Log:
  Clean up the declaraton of nfsrv_proxyds() to be the same as head.
  
  The only change is the line on which the "struc mbuf **" is. The function
  still uses the same arguments in the same order.

Modified:
  projects/nfs-over-tls/sys/fs/nfsserver/nfs_nfsdport.c

Modified: projects/nfs-over-tls/sys/fs/nfsserver/nfs_nfsdport.c
==============================================================================
--- projects/nfs-over-tls/sys/fs/nfsserver/nfs_nfsdport.c	Thu Jul 30 00:53:56 2020	(r363683)
+++ projects/nfs-over-tls/sys/fs/nfsserver/nfs_nfsdport.c	Thu Jul 30 02:37:15 2020	(r363684)
@@ -120,8 +120,8 @@ static void nfsrv_pnfsremovesetup(struct vnode *, NFSP
 static void nfsrv_pnfsremove(struct vnode **, int, char *, fhandle_t *,
     NFSPROC_T *);
 static int nfsrv_proxyds(struct vnode *, off_t, int, struct ucred *,
-    struct thread *, int, struct mbuf **, char *,
-    struct mbuf **, struct nfsvattr *, struct acl *, off_t *, int, bool *);
+    struct thread *, int, struct mbuf **, char *, struct mbuf **,
+    struct nfsvattr *, struct acl *, off_t *, int, bool *);
 static int nfsrv_setextattr(struct vnode *, struct nfsvattr *, NFSPROC_T *);
 static int nfsrv_readdsrpc(fhandle_t *, off_t, int, struct ucred *,
     NFSPROC_T *, struct nfsmount *, struct mbuf **, struct mbuf **);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300237.06U2bF5A005646>