Date: Wed, 1 Feb 2006 09:34:33 +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/kern vfs_lookup.c Message-ID: <200602010934.k119YYOX047330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2006-02-01 09:34:33 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: - Solve a problem where a vput could be called on an outgoing directory without Giant held. Do this by tracking the vfslocked state for the directory seperate from the child. This is only important in the case where we cross a mountpoint. Sponsored by: Isilon Systems, Inc. MFC After: 3 days Revision Changes Path 1.86 +13 -5 src/sys/kern/vfs_lookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602010934.k119YYOX047330>