K 10 svn:author V 3 kib K 8 svn:date V 27 2009-02-08T20:30:51.610049Z K 7 svn:log V 245 In vm_map_sync(), do not call vm_object_sync() while holding map lock. Reference object, drop the map lock, and then call vm_object_sync(). The object sync might require vnode lock for OBJT_VNODE type objects. Reviewed by: tegge Tested by: pho END