Date: Sat, 4 Oct 2003 07:35:22 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200310041435.h94EZMt3000168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 07:35:22 PDT FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: - If we are called with LK_NOWAIT in vn_lock() we may be holding a mutex and should not sleep while waiting for XLOCK to clear. Care needs to be taken in functions that use this capability to avoid spinning. Revision Changes Path 1.195 +5 -2 src/sys/kern/vfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041435.h94EZMt3000168>