Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/fs/nullfs/null_vnops.c 164248 2006-11-13 05:51:22Z kmacy $
---
> * $FreeBSD: head/sys/fs/nullfs/null_vnops.c 166774 2007-02-15 22:08:35Z pjd $
710a711,719
> static int
> null_vptofh(struct vop_vptofh_args *ap)
> {
> struct vnode *lvp;
>
> lvp = NULLVPTOLOWERVP(ap->a_vp);
> return VOP_VPTOFH(lvp, ap->a_fhp);
> }
>
730a740
> .vop_vptofh = null_vptofh,