summaryrefslogtreecommitdiff
path: root/sys/fs/ntfs/ntfs_vfsops.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 00:46:08 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 00:46:08 +0000
commitc24fda81c9fd87df7e4fe3a567cc0292078bc7bf (patch)
tree11d567bfb3508e380a5a5182de8682f6ff54af6b /sys/fs/ntfs/ntfs_vfsops.c
parente14f7e789a25e6c026475b00d911ea8727e05ba8 (diff)
Notes
Diffstat (limited to 'sys/fs/ntfs/ntfs_vfsops.c')
-rw-r--r--sys/fs/ntfs/ntfs_vfsops.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c
index 4106fc39766c..a77647e330f7 100644
--- a/sys/fs/ntfs/ntfs_vfsops.c
+++ b/sys/fs/ntfs/ntfs_vfsops.c
@@ -93,9 +93,10 @@ static int ntfs_vptofh __P((struct vnode *, struct fid *));
static int ntfs_init __P((struct vfsconf *));
#if 0 /* may be implemented at a later date */
static int ntfs_fhtovp __P((struct mount *, struct fid *,
- struct sockaddr *, struct vnode **,
- int *, struct ucred **));
-#endif
+ struct vnode **));
+static int ntfs_checkexp __P((struct vnode *, struct mbuf *,
+ int *, struct ucred **));
+#endif /* 0, default ops in FreeBSD */
#elif defined(__NetBSD__)
static void ntfs_init __P((void));
static int ntfs_fhtovp __P((struct mount *, struct fid *,
@@ -952,6 +953,7 @@ static struct vfsops ntfs_vfsops = {
vfs_stdsync,
ntfs_vget,
vfs_stdfhtovp,
+ vfs_stdcheckexp,
vfs_stdvptofh,
ntfs_init,
NULL