K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-03-24T04:22:58.000000Z K 7 svn:log V 441 - Greatly simplify vget() by removing the guarantee that any new references to a vnode with VI_OWEINACT set will force the vinactive() call. The kernel makes no guarantees about which reference was the last to close a file or when the actual inactive processing will happen. The previous code was designed to preserve existing semantics in the face of shared locks, however, this was unnecessary. Discussed with: mckusick END