K 10 svn:author V 4 jeff K 8 svn:date V 27 2019-12-08T01:47:29.049840Z K 7 svn:log V 302 Do not assert that the object lock is held in vm_object_set_writeable_dirty. A valid reference is all that is required. If we race with a deallocation we will harmlessly misidentify the type of an already dead object. Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D22636 END