Date: Sun, 15 Aug 2004 21:58:02 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vncache.c Message-ID: <200408152158.i7FLw2mW016740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2004-08-15 21:58:02 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vncache.c Log: Release the vnode cache mutex when calling vgone(), since vgone() may sleep. This makes pfs_exit() even less efficient than before, but on the bright side, the vnode cache mutex no longer needs to be recursive. Revision Changes Path 1.26 +39 -26 src/sys/fs/pseudofs/pseudofs_vncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408152158.i7FLw2mW016740>