svn commit: r363684 - projects/nfs-over-tls/sys/fs/nfsserver
Rick Macklem
rmacklem at FreeBSD.org
Thu Jul 30 02:37:16 UTC 2020
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 **);
More information about the svn-src-projects
mailing list