ssouhlal    2005-08-28 23:00:12 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Fix a typo in vop_rename_pre() where we ended up using vholdl()
  instead of vhold(), even though the vnode interlock is unlocked.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.643     +1 -1      src/sys/kern/vfs_subr.c