]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entry
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 8 Feb 2009 19:41:08 +0000 (19:41 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sun, 8 Feb 2009 19:41:08 +0000 (19:41 +0000)
commit9f6acfd1a8e09272cf73b5d14b2dfaf228160d40
tree1c53b86e9a174d82caebe7aef370d8c1dba928a5
parent0d0be82a5d6181670d795cce8189377bc6060a9d
Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entry
on fork. Otherwise, copied entry cannot be removed in the child map.

Reviewed by: tegge
MFC after: 2 weeks
sys/vm/vm_map.c