K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-05-19T16:15:27.912467Z K 7 svn:log V 291 MFC: r227809 This patch enables the new/default NFS server's use of shared vnode locking for read, readdir, readlink, getattr and access. It is hoped that this will improve server performance for these operations, since they will no longer be serialized for a given file/vnode. PR: 167048 END