K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-02-14T17:02:51.136280Z K 7 svn:log V 340 Add two new counters for vnode life cycle events: - vfs.recycles counts the number of vnodes forcefully recycled to avoid exceeding kern.maxvnodes. - vfs.vnodes_created counts the number of vnodes created by successful calls to getnewvnode(). Differential Revision: https://reviews.freebsd.org/D1671 Reviewed by: kib MFC after: 1 week END