Date: Thu, 26 Oct 2006 13:20:29 +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_syscalls.c Message-ID: <200610261320.k9QDKT0r087247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2006-10-26 13:20:29 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
The attempt to rename "." with MAC framework compiled in would cause attempt
to twice unlock the vnode. Check that ni_vp and ni_dvp are different before
doing second unlock.
Reviewed by: rwatson
Approved by: pjd (mentor)
MFC after: 1 week
Revision Changes Path
1.427 +2 -1 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610261320.k9QDKT0r087247>
