summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-08-12 21:42:54 +0000
committermsmith <msmith@FreeBSD.org>1998-08-12 21:42:54 +0000
commit64b624ba3ecda9abea7854a191d37ee2dd64b270 (patch)
tree5af97d1ce605cf40ff191d9e7b270cc42f5d9cde /sys/ufs
parent4c11bd9897e055091c31d225100831676b915dd4 (diff)
downloadFreeBSD-src-64b624ba3ecda9abea7854a191d37ee2dd64b270.zip
FreeBSD-src-64b624ba3ecda9abea7854a191d37ee2dd64b270.tar.gz
"The releaseing of the reference and lock is not temporary and belongs
where it is. The reference and lock(s) are acquired just above the code in VREF() and relookup()." Submitted by: Michael Hancock <michaelh@cet.co.jp>
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index ea3b0b3..486401e 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95
- * $Id: ufs_vnops.c,v 1.97 1998/07/27 15:37:00 bde Exp $
+ * $Id: ufs_vnops.c,v 1.98 1998/08/12 20:46:47 julian Exp $
*/
#include "opt_quota.h"
@@ -964,7 +964,6 @@ abortit:
return (ENOENT);
}
error = VOP_REMOVE(fdvp, fvp, fcnp);
- /* XXX - temporarily simulate previous rele behavior */
if (fdvp == fvp)
vrele(fdvp);
else
OpenPOWER on IntegriCloud