Matthew Dillon c73df808a0 Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normal
operation.  The vgonel() code has always called vclean() but until we
started proactively freeing vnodes it would never actually be called with
a dirty vnode, so this situation did not occur prior to the vnlru() code.
Now that we proactively free vnodes when kern.maxvnodes is hit, however,
vclean() winds up with work to do and improperly generates the warnings.

Reviewed by:	peter
Approved by:	re (for MFC)
MFC after:	1 day
2002-01-19 02:14:45 +00:00
..
2002-01-18 04:41:23 +00:00
2002-01-18 04:41:23 +00:00
2002-01-16 01:31:19 +00:00
2002-01-18 03:26:38 +00:00
2002-01-17 02:14:44 +00:00
2002-01-14 22:03:48 +00:00
2002-01-18 04:41:23 +00:00
2002-01-14 00:13:45 +00:00
2002-01-18 03:33:52 +00:00