From owner-cvs-sys Fri Mar 29 04:30:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09252 for cvs-sys-outgoing; Fri, 29 Mar 1996 04:30:39 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09234 Fri, 29 Mar 1996 04:30:33 -0800 (PST) Date: Fri, 29 Mar 1996 04:30:33 -0800 (PST) From: Bruce Evans Message-Id: <199603291230.EAA09234@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/29 04:30:32 Modified: sys/ufs/ufs ufs_vnops.c Log: Fixed reference counting related to relookup(). relookup() must be called with the directory referenced, and this reference will be dropped iff relookup() fails, so the value returned must not be ignored. Reviewed by: davidg Revision Changes Path 1.38 +11 -3 src/sys/ufs/ufs/ufs_vnops.c