ssouhlal 2005-09-03 19:01:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC r1.643: Fix a typo in vop_rename_pre() where we ended up using vholdl() instead of vhold(), even though the vnode interlock is unlocked. Approved by: re (scottl) Revision Changes Path 1.635.2.5 +1 -1 src/sys/kern/vfs_subr.c