]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VOP_ABORTUP() appears to be called with the wrong vnode. The other callers
authorpeter <peter@FreeBSD.org>
Sun, 31 May 1998 01:03:07 +0000 (01:03 +0000)
committerpeter <peter@FreeBSD.org>
Sun, 31 May 1998 01:03:07 +0000 (01:03 +0000)
commitc8c505e6c085ef10f4a357b2c99e9b9496cd3a63
treef0da4b365cda829184bff2d6f2596b49cb731741
parentf31b4aebd75731bc784781a25ac5cd478a58e20c
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.
sys/nfs/nfs_vnops.c
sys/nfsclient/nfs_vnops.c