K 10 svn:author V 7 rwatson K 8 svn:date V 27 2014-05-02T07:57:40.043749Z K 7 svn:log V 387 Garbage collect mtxpool_lockbuilder, the mutex pool historically used for lockmgr and sx interlocks, but unused since optimised versions of those sleep locks were introduced. This will save a (quite) small amount of memory in all kernel configurations. The sleep mutex pool is retained as it is used for 'struct bio' and several other consumers. Discussed with: jhb MFC after: 3 days END