Jeff Roberson 0ee6cecc9d - 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
2008-03-24 04:22:58 +00:00
..
2008-03-13 17:54:21 +00:00
2008-01-15 18:34:47 +00:00
2008-03-17 22:42:01 +00:00
2008-02-23 22:40:05 +00:00