From 22a31ae0e6fcdd971f4a447c74bb34bc849cfd59 Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 8 Feb 2003 05:48:04 +0000 Subject: Revert removal of vnode and VFS stubs; bp asserts that they are needed. --- sys/fs/smbfs/smbfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/fs/smbfs/smbfs.h') diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 7519346..5048791 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -72,6 +72,7 @@ MALLOC_DECLARE(M_SMBFSMNT); struct smbnode; struct smb_share; struct u_cred; +struct vop_ioctl_args; struct buf; struct smbmount { @@ -96,6 +97,7 @@ struct smbmount { #define VTOVFS(vp) ((vp)->v_mount) #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_vinvalbuf(struct vnode *vp, int flags, struct ucred *cred, struct thread *td, int intrflg); -- cgit v1.1