K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-04-04T21:03:38.000000Z K 7 svn:log V 257 Change callers of mtx_init() to pass in an appropriate lock type name. In most cases NULL is passed, but in some cases such as network driver locks (which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used. Tested on: i386, alpha, sparc64 END