Re: git: 69d94f4c7608 - main - Add tarfs, a filesystem backed by tarballs.
- In reply to: Dag-Erling_Smørgrav : "Re: git: 69d94f4c7608 - main - Add tarfs, a filesystem backed by tarballs."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 19:07:49 UTC
On Fri, Feb 03, 2023 at 10:08:27AM +0100, Dag-Erling Smørgrav wrote: > Konstantin Belousov <kostikbel@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.