Date: Fri, 29 Mar 1996 04:30:33 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Message-ID: <199603291230.EAA09234@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603291230.EAA09234>