summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-14 08:52:55 +0000
committerphk <phk@FreeBSD.org>2005-01-14 08:52:55 +0000
commit3c319ea2eac56f153a87df3c9616031973d63110 (patch)
tree0d91d3a8494619b0456cbc03495c9064ea09854b /sys/fs/smbfs/smbfs.h
parent8000a91d499119f947c1c2a191f7ec2946392ec2 (diff)
downloadFreeBSD-src-3c319ea2eac56f153a87df3c9616031973d63110.zip
FreeBSD-src-3c319ea2eac56f153a87df3c9616031973d63110.tar.gz
Eliminate unused and constant arguments to smbfs_vinvalbuf()
Diffstat (limited to 'sys/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 9436b88..59693e3 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -103,8 +103,7 @@ struct smbmount {
int smbfs_ioctl(struct vop_ioctl_args *ap);
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);
+int smbfs_vinvalbuf(struct vnode *vp, struct thread *td);
#endif /* KERNEL */
#endif /* _SMBFS_SMBFS_H_ */
OpenPOWER on IntegriCloud