cvs commit: src/sys/kern sys_pipe.c
Alan Cox
alc at FreeBSD.org
Wed Nov 5 21:08:14 PST 2003
alc 2003/11/05 21:08:12 PST
FreeBSD src repository
Modified files:
sys/kern sys_pipe.c
Log:
- Simplify pipespace() by eliminating the explicit creation of vm objects.
Instead, let the vm objects be lazily instantiated at fault time. This
results in the allocation of fewer vm objects and vm map entries due to
aggregation in the vm system.
Revision Changes Path
1.156 +2 -10 src/sys/kern/sys_pipe.c
More information about the cvs-src
mailing list