mckusick 3fe90d5e8d Cannot release vnode underlying the nullfs vnode in null_inactive
as it leaves the nullfs vnode allocated, but with no identity. The
effect is that a null mount can slowly accumulate all the vnodes
in the system, reclaiming them only when it is unmounted. Thus
the null_inactive state instead accelerates the release of the
null vnode by calling vrecycle which will in turn call the
null_reclaim operator. The null_reclaim routine then does the
freeing actions previosuly (incorrectly) done in null_inactive.
2002-03-18 05:39:04 +00:00
..
2002-03-17 23:48:24 +00:00
2002-03-11 08:04:59 +00:00
2002-03-17 22:02:05 +00:00
2002-03-17 05:06:37 +00:00
2002-03-17 23:48:24 +00:00
2002-03-14 01:32:30 +00:00
2002-03-14 16:53:39 +00:00
2002-02-07 20:58:47 +00:00
2002-03-01 13:13:17 +00:00
2002-02-28 03:02:20 +00:00
2002-03-03 01:04:39 +00:00