K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-07-01T05:59:08.898404Z K 7 svn:log V 347 cache: lockless forward lookup with smr This eliminates the need to take bucket locks in the common case. Concurrent lookup utilizng the same vnodes is still bottlenecked on referencing and locking path components, this will be taken care of separately. Reviewed by: kib Tested by: pho Differential Revision: https://reviews.freebsd.org/D23913 END