Date: Wed, 21 Dec 2005 18:58:40 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c Message-ID: <200512211858.jBLIwe2H032341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2005-12-21 18:58:40 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Maintain the vnode lock throughout elfN_load_file() rather than releasing it and reacquiring it in vrele(). Consequently, there is no reason to increase the reference count on the vm object caching the file's pages. Reviewed by: tegge Eliminate unused parameters to elfN_load_file(). Revision Changes Path 1.171 +13 -21 src/sys/kern/imgact_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512211858.jBLIwe2H032341>