]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vn_vptocnp() unlocks the name cache and forgets to re-lock it before
authorPeter Wemm <peter@FreeBSD.org>
Thu, 2 Apr 2009 21:16:20 +0000 (21:16 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Thu, 2 Apr 2009 21:16:20 +0000 (21:16 +0000)
commit0e875ecafe3e19b28d542178f9caa4981f29045f
treee90aefe36c052f789e8a4c6d03689643377023a5
parentab4e6b4899fa3c91a1248dd4241b53bb809af2b5
vn_vptocnp() unlocks the name cache and forgets to re-lock it before
returning in one error case, and mistakenly unlocks it for the
umount -f case.
sys/kern/vfs_cache.c