K 10 svn:author V 3 kib K 8 svn:date V 27 2019-09-07T16:01:45.996222Z K 7 svn:log V 371 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 END