cvs commit: src/sys/kern sys_pipe.c
Bosko Milekic
bmilekic at technokratis.com
Fri Jul 11 09:24:28 PDT 2003
On Wed, Jul 09, 2003 at 02:59:48PM -0700, Mike Silbersack wrote:
> silby 2003/07/09 14:59:48 PDT
>
> FreeBSD src repository
>
> Modified files:
> sys/kern sys_pipe.c
> Log:
> A few minor changes:
>
> - Use atomic ops to update the bigpipe count
> - Make the bigpipe count sysctl readable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Can all these global variables (especially those manipulated at
the same time) perhaps all be protected by a single mutex (or
manipulated under an existing mutex) instead of all being done
bus-locked, one after the other?
> - Remove a duplicate comparison in an if statement
> - Comment two SYSCTLs.
>
> Revision Changes Path
> 1.139 +7 -6 src/sys/kern/sys_pipe.c
-Bosko
More information about the cvs-all
mailing list