summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_vfsops-bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xfs/xfs_vfsops-bsd.c')
-rw-r--r--sys/xfs/xfs_vfsops-bsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vfsops-bsd.c b/sys/xfs/xfs_vfsops-bsd.c
index 95611728524..3e74bcd637d 100644
--- a/sys/xfs/xfs_vfsops-bsd.c
+++ b/sys/xfs/xfs_vfsops-bsd.c
@@ -38,7 +38,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_vfsops-bsd.c,v 1.6 2001/02/21 02:45:12 nate Exp $");
+RCSID("$Id: xfs_vfsops-bsd.c,v 1.7 2001/10/26 12:03:28 art Exp $");
/*
* XFS vfs operations.
@@ -477,6 +477,7 @@ xfs_fhopen (struct proc *proc,
#ifdef __APPLE__
*fdflags(proc, index) &= ~UF_RESERVED;
#endif
+ FILE_SET_MATURE(fp);
return 0;
out:
XFSDEB(XDEBVFOPS, ("xfs_fhopen: error = %d\n", error));