]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncache
authorqingli <qingli@FreeBSD.org>
Wed, 8 Feb 2006 23:32:57 +0000 (23:32 +0000)
committerqingli <qingli@FreeBSD.org>
Wed, 8 Feb 2006 23:32:57 +0000 (23:32 +0000)
commit5df75b3ab36e347dff07e968c555b420e14e35cd
tree237362726ecad8ceba61605b9e995293cc8b6611
parent40531c331d4f6e2525d4963e86be8b2a04dbe81e
Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncache
zone, eliminating the need to call bzero() after each syncache entry
allocation.

Suggested by: glebius
Reviewed by: andre
MFC after: 3 days
sys/netinet/tcp_syncache.c