K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-01-23T15:17:14.981087Z K 7 svn:log V 271 Convert locks that protect name hash, ID hash and typelist from mutex(9) to rwlock(9) based locks. While here remove dropping lock when processing NGM_LISTNODES, and NGM_LISTTYPES generic commands. We don't need to drop it since memory allocation is done with M_NOWAIT. END