HomeFreeBSD

Don't free the cursor boundary tag during vmem_destroy().

Description

Don't free the cursor boundary tag during vmem_destroy().

The cursor boundary tag is statically allocated in the vmem instead of
from the vmem_bt_zone. Explicitly remove it from the vmem's segment
list in vmem_destroy before freeing all the segments from the vmem.

Reviewed by: markj
MFC after: 1 week
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D21953

Details

Provenance
jhbAuthored on
Reviewer
markj
Differential Revision
D21953: Don't free the cursor boundary tag during vmem_destroy().
Parents
rS353370: Wordsmith and simplify
Branches
Unknown
Tags
Unknown