On Fri, Feb 03, 2023 at 10:08:27AM +0100, Dag-Erling Smørgrav wrote: > Konstantin Belousov <kostik...@gmail.com> writes: > > In tarfs_reclaim(), neither vnode_destroy_vobject() nor cache_purge() calls > > are not needed. > > Does this also apply to tarfs_zreclaim()?
This is true for any VOP_RECLAIM implementation. vgonle() handles cache purge. Also it handles VM-related cleanup and buffer cache cleanup, in the correct order.