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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"