Date: Thu, 15 Feb 2007 09:53:50 +0000 (UTC) From: Konstantin Belousov <kib@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: <200702150953.l1F9roxv014088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2007-02-15 09:53:50 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks out of the special handling for ".." and perform an ISDOTDOT VOP_LOOKUP() for a filesystem root vnode. Handle this case inside lookup(). Submitted by: tegge PR: 92785 MFC after: 1 week Revision Changes Path 1.98 +4 -3 src/sys/kern/vfs_lookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702150953.l1F9roxv014088>