Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/sys/kern/vfs_default.c 164248 2006-11-13 05:51:22Z kmacy $");
---
> __FBSDID("$FreeBSD: head/sys/kern/vfs_default.c 166774 2007-02-15 22:08:35Z pjd $");
98a99
> .vop_vptofh = vop_stdvptofh,
513a515,520
> int
> vop_stdvptofh(struct vop_vptofh_args *ap)
> {
> return VFS_VPTOFH(ap->a_vp, ap->a_fhp);
> }
>
538a546
> #if __FreeBSD_version < 800000
546a555,557
> #else
> #error Remove this code, vfs_vptofh was replaced with vop_vptofh.
> #endif