K 10 svn:author V 3 kib K 8 svn:date V 27 2012-02-11T17:29:07.605467Z K 7 svn:log V 293 Close a race due to dropping of the map lock between creating map entry for a shared mapping and marking the entry for inheritance. Other thread might execute vmspace_fork() in between (e.g. by fork(2)), resulting in the mapping becoming private. Noted and reviewed by: alc MFC after: 1 week END