summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-24 12:31:06 +0000
committerphk <phk@FreeBSD.org>2005-01-24 12:31:06 +0000
commit8dba90be168ab4e2ecb93c48648cdc25ce518be1 (patch)
tree77150cec4edeae78f2822693f106746ee29e0386 /sys/nfsclient/nfs.h
parentd084122f3697505f1422b27c5d64204b1bcf66d4 (diff)
downloadFreeBSD-src-8dba90be168ab4e2ecb93c48648cdc25ce518be1.zip
FreeBSD-src-8dba90be168ab4e2ecb93c48648cdc25ce518be1.tar.gz
Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments
passed for it.
Diffstat (limited to 'sys/nfsclient/nfs.h')
-rw-r--r--sys/nfsclient/nfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 2b45c42..dd8cfd0 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -265,8 +265,7 @@ int nfs_sndlock(struct nfsreq *);
void nfs_sndunlock(struct nfsreq *);
#endif /* ! NFS4_USE_RPCCLNT */
-int nfs_vinvalbuf(struct vnode *, int, struct ucred *, struct thread *,
- int);
+int nfs_vinvalbuf(struct vnode *, int, struct thread *, int);
int nfs_readrpc(struct vnode *, struct uio *, struct ucred *);
int nfs_writerpc(struct vnode *, struct uio *, struct ucred *, int *,
int *);
OpenPOWER on IntegriCloud