K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2015-02-10T20:45:40.073071Z K 7 svn:log V 429 When catopen(3) returns an error, it caches the result of that error from r202992. The refcount on the cache entry is not initialized, so any attempt to clean the cache will skip over this item since it likely has a >0 value. This change is currently a NOP. There is work in progress to support freeing the cache which requires this change to avoid a memory leak. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division END