diff options
Diffstat (limited to 'sys/xfs/xfs_vfsops.h')
-rw-r--r-- | sys/xfs/xfs_vfsops.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/xfs/xfs_vfsops.h b/sys/xfs/xfs_vfsops.h index 35c2f2b4b0d..ed745766a1c 100644 --- a/sys/xfs/xfs_vfsops.h +++ b/sys/xfs/xfs_vfsops.h @@ -1,4 +1,3 @@ -/* $OpenBSD: xfs_vfsops.h,v 1.2 2000/03/03 00:54:59 todd Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -37,6 +36,7 @@ * SUCH DAMAGE. */ +/* $Id: xfs_vfsops.h,v 1.3 2000/09/11 14:26:54 art Exp $ */ #ifndef _xfs_vfsops_h #define _xfs_vfsops_h @@ -59,16 +59,12 @@ xfs_root_common(struct mount *mp, int xfs_fhlookup (struct proc *proc, - fsid_t fsid, - long fileid, - long gen, + struct xfs_fhandle_t *fhp, struct vnode **vpp); int xfs_fhopen (struct proc *proc, - fsid_t fsid, - long fileid, - long gen, + struct xfs_fhandle_t *fhp, int flags, register_t *retval); |