K 10 svn:author V 3 mux K 8 svn:date V 27 2004-07-30T09:10:28.000000Z K 7 svn:log V 315 Get rid of another lockmgr(9) consumer by using sx locks for the user maps. We always acquire the sx lock exclusively here, but we can't use a mutex because we want to be able to sleep while holding the lock. This is completely equivalent to what we were doing with the lockmgr(9) locks before. Approved by: alc END