--- src/sys/vfs/ufs/ufs_extern.h 2004/08/28 19:02:30 1.9 +++ src/sys/vfs/ufs/ufs_extern.h 2004/11/12 00:09:52 1.10 @@ -50,7 +50,7 @@ struct ufid; struct vfsconf; struct vnode; struct vop_bmap_args; -struct vop_cachedlookup_args; +struct vop_lookup_args; struct vop_generic_args; struct vop_inactive_args; struct vop_reclaim_args; @@ -86,7 +86,7 @@ void ufs_ihashrem(struct inode *); int ufs_inactive(struct vop_inactive_args *); int ufs_init(struct vfsconf *); void ufs_itimes(struct vnode *vp); -int ufs_lookup(struct vop_cachedlookup_args *); +int ufs_lookup(struct vop_lookup_args *); int ufs_reclaim(struct vop_reclaim_args *); int ufs_root(struct mount *, struct vnode **); int ufs_start(struct mount *, int, struct thread *);