Date: Mon, 28 Mar 2005 13:39:16 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vnops.c Message-ID: <200503281339.j2SDdGDM043512@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-28 13:39:16 UTC FreeBSD src repository Modified files: sys/coda coda_vnops.c Log: - Don't panic if we can't lock a child in lookup, return an error instead. - Only unlock the directory if this is a DOTDOT lookup. Previously this code could have deadlocked if there was a DOTDOT lookup with LOCKPARENT set and another thread was locking the other way up the tree. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.65 +4 -5 src/sys/coda/coda_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503281339.j2SDdGDM043512>