This fix improves the ZFS vnode pruning and ARC eviction by recycling the
nullfs vnodes.
- Key Features
- The recycle of the nullfs vnodes, triggered by a vm_lowmem kernel event.
- Acceleration of the nullfs vnode recycle by VM_LOW_KMEM.
PR: 275594
Reported By: Thomas Mueller <thmu7@freenet.de>
Security: FreeBSD-EN-23:18.openzfs
Signed-off-by: Seigo Tanimura <seigo.tanimura@gmail.com>