]> xenbits.xensource.com Git - freebsd.git/commit
vm_object_deallocate(): Remove no longer needed code.
authorkib <kib@FreeBSD.org>
Sat, 7 Sep 2019 16:01:45 +0000 (16:01 +0000)
committerkib <kib@FreeBSD.org>
Sat, 7 Sep 2019 16:01:45 +0000 (16:01 +0000)
commitbeb54c01ecc8b3ae5607dc73d19f318538ddf690
treec475a872a13176b724c15fd89e8691bc20b14a24
parentbb0c984706c2c72ef11729bd8005eb3d108099b2
vm_object_deallocate(): Remove no longer needed code.

We track text mappings explicitly, there is no removal of the text
refs on the object deallocate any more, so tmpfs objects should not be
treated specially. Doing so causes excess deref.

Reported and tested by: gallatin
Reviewed by: markj
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D21560
sys/vm/vm_object.c