Date: Sat, 2 Oct 2010 16:04:50 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c Message-ID: <201010021605.o92G57La066253@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2010-10-02 16:04:50 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 213359 on 2010-10-02 16:04:50Z by kib
Release the vnode lock and close the linker file vnode earlier in
the linker_load_file methods. The change is that the consequent
linker_file_unload() call is not under the vnode lock anymore.
This prevents the LOR between kernel linker sx xlock and vnode lock,
because linker_file_unload() relocks kernel linker lock.
MFC after: 2 weeks
Revision Changes Path
1.107 +3 -3 src/sys/kern/link_elf.c
1.114 +3 -3 src/sys/kern/link_elf_obj.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010021605.o92G57La066253>
