Update avail_ssize for rstacks after growing them.

This commit is contained in:
Marcel Moolenaar 2003-11-04 06:48:58 +00:00
parent afdc68c42f
commit 199c91ab79

View File

@ -2801,6 +2801,7 @@ Retry:
map->size += (addr - stack_entry->end);
/* Update the current entry. */
stack_entry->end = addr;
stack_entry->avail_ssize -= grow_amount;
rv = KERN_SUCCESS;
if (next_entry != &map->header)