K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-01-11T22:59:44.398139Z K 7 svn:log V 208 vfs: deduplicate vnode allocation logic This creates a dedicated routine (vn_alloc) to allocate vnodes. As a side effect code duplicationw with getnewvnode_reserve is eleminated. Add vn_free for symmetry. END