summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-07 08:56:43 +0000
committerphk <phk@FreeBSD.org>2004-09-07 08:56:43 +0000
commit9f1a2f23b212c00fcbf88247ae9b3f80903955ce (patch)
treed42741c35900a99444cf04b7e7fab7eebd821edf /sys/nfsclient/nfs.h
parent766dd89a4b5b33be85a83493fb186af6a581812c (diff)
downloadFreeBSD-src-9f1a2f23b212c00fcbf88247ae9b3f80903955ce.zip
FreeBSD-src-9f1a2f23b212c00fcbf88247ae9b3f80903955ce.tar.gz
Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().
Diffstat (limited to 'sys/nfsclient/nfs.h')
-rw-r--r--sys/nfsclient/nfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 697068b..d93364e 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -292,8 +292,8 @@ int nfs_commit(struct vnode *vp, u_quad_t offset, int cnt,
struct ucred *cred, struct thread *td);
int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *);
int nfs_nfsiodnew(void);
-int nfs_asyncio(struct buf *, struct ucred *, struct thread *);
-int nfs_doio(struct buf *, struct ucred *, struct thread *);
+int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *);
+int nfs_doio(struct vnode *vp, struct buf *, struct ucred *, struct thread *);
void nfs_up(struct nfsreq *, struct nfsmount *, struct thread *,
const char *, int);
void nfs_down(struct nfsreq *, struct nfsmount *, struct thread *,
OpenPOWER on IntegriCloud