K 10 svn:author V 3 mav K 8 svn:date V 27 2014-06-23T13:14:26.843412Z K 7 svn:log V 269 MFC r267232, r267239: Use atomics to modify numvnodes variable. This allows to mostly avoid lock usage in getnewvnode_[drop_]reserve(), that reduces number of global vnode_free_list_mtx mutex acquisitions from 4 to 2 per NFS request on ZFS, improving SMP scalability. END