summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-07 08:53:28 +0000
committerphk <phk@FreeBSD.org>2004-09-07 08:53:28 +0000
commit766dd89a4b5b33be85a83493fb186af6a581812c (patch)
tree600c137cf18d5042dead7808c13a997ee9173353 /sys/fs/smbfs/smbfs.h
parent6dd3840f3a6bfaffc38aa09c6cb22e3f9b1837c8 (diff)
downloadFreeBSD-src-766dd89a4b5b33be85a83493fb186af6a581812c.zip
FreeBSD-src-766dd89a4b5b33be85a83493fb186af6a581812c.tar.gz
Explicitly pass vnode to smbfs_doio() function.
Diffstat (limited to 'sys/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 5048791..1b9b9ca 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -98,7 +98,7 @@ struct smbmount {
#define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
int smbfs_ioctl(struct vop_ioctl_args *ap);
-int smbfs_doio(struct buf *bp, struct ucred *cr, struct thread *td);
+int smbfs_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td);
int smbfs_vinvalbuf(struct vnode *vp, int flags, struct ucred *cred,
struct thread *td, int intrflg);
#endif /* KERNEL */
OpenPOWER on IntegriCloud