Date: Sat, 26 Apr 1997 06:43:27 -0700 (PDT) From: KATO Takenori <kato@FreeBSD.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_vnops.c Message-ID: <199704261343.GAA20133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 97/04/26 06:43:27 Modified: sys/miscfs/union union_vnops.c Log: Do nothing instead of adjusting un_flags when (uppervp is locked) && (UN_ULOCK is not set) in union_lock. This condition may indicate race. DIAGNOSTIC kernel still panic here. Revision Changes Path 1.29 +3 -11 src/sys/miscfs/union/union_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704261343.GAA20133>