Date: Wed, 19 Mar 2008 07:33:16 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c Message-ID: <200803190733.m2J7XGfG098182@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2008-03-19 07:33:16 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: - Remove stale comment. - In the last revision the code was changed to use maxfilesperproc rather than the per-process file limit to restrict the size of the poll array. This eliminates a significant source of process lock contention in multithreaded programs and is cheaper. This had been committed with the wrong batch of changes. Revision Changes Path 1.164 +0 -8 src/sys/kern/sys_generic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803190733.m2J7XGfG098182>