]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r267546 (by alc):
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 8 Jan 2017 16:59:07 +0000 (16:59 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 8 Jan 2017 16:59:07 +0000 (16:59 +0000)
commitf9d89bf67871e1de1e88200606ca918106fb2921
tree8ea5315b3bff6577b3f3efbe9f7dcadc8c2b1920
parent88349dd49627e7625d6a4b1b0828f38909dc507b
MFC r267546 (by alc):
Tidy up the early parts of vm_map_insert().

MFC r267645 (by alc):
When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set the
corresponding flag(s) in the new map entry.
Pass MAP_STACK_GROWS_DOWN to vm_map_insert() from vm_map_growstack() when
extending the stack in the downward direction.

MFC r267850 (by alc):
Place the check that blocks map entry coalescing on stack entries in
vm_map_simplify_entry().

MFC r267917 (by alc):
Delay the call to crhold() in vm_map_insert() until we know that we won't
have to undo it by calling crfree().
Eliminate an unnecessary variable from vm_map_insert().

MFC r311014:
Style fixes for vm_map_insert().

Tested by: pho

git-svn-id: svn://svn.freebsd.org/base/stable/10@311687 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/vm/vm_map.c