Date: Wed, 13 Apr 2005 10:57:14 +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: <200504131057.j3DAvEh1038429@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-04-13 10:57:14 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: - Further simplify lookup; Force all filesystems to relock in the DOTDOT case. There are bugs in some which didn't unlock in the ISDOTDOT case to begin with that need to be addressed seperately. This simplifies things anyway. - Fix relookup() to prevent it from vrele()'ing the dvp while the vp is locked. Catch up to other lookup changes. Sponsored by: Isilon Systems, Inc. Reported by: Peter Wemm Revision Changes Path 1.79 +23 -30 src/sys/kern/vfs_lookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504131057.j3DAvEh1038429>