K 10 svn:author V 5 peter K 8 svn:date V 27 1998-05-31T01:03:07.000000Z K 7 svn:log V 301 VOP_ABORTUP() appears to be called with the wrong vnode. The other callers that I checked (eg: ufs_link()) do the ABORTOP on the directory rather than the file itself. After Michael Hancock's patches, the abortop doesn't seem all that critial now since something else will free the pathname buffer. END