K 10 svn:author V 3 mjg K 8 svn:date V 27 2016-09-23T04:45:11.893867Z K 7 svn:log V 371 cache: get rid of the global lock Add a table of vnode locks and use them along with bucketlocks to provide concurrent modification support. The approach taken is to preserve the current behaviour of the namecache and just lock all relevant parts before any changes are made. Lookups still require the relevant bucket to be locked. Discussed with: kib Tested by: pho END