K 10 svn:author V 3 kib K 8 svn:date V 27 2010-10-02T16:04:50.544345Z K 7 svn:log V 339 Release the vnode lock and close the linker file vnode earlier in the linker_load_file methods. The change is that the consequent linker_file_unload() call is not under the vnode lock anymore. This prevents the LOR between kernel linker sx xlock and vnode lock, because linker_file_unload() relocks kernel linker lock. MFC after: 2 weeks END