On Thu, Jan 30, 2025 at 2:02 AM Kirill A. Shutemov <kirill.shute...@linux.intel.com> wrote: > > The recently introduced PG_dropbehind allows for freeing folios > immediately after writeback. Unlike PG_reclaim, it does not need vmscan > to be involved to get the folio freed.
Neat! > > Instead of using folio_set_reclaim(), use folio_set_dropbehind() in > zswap_writeback_entry(). > > Signed-off-by: Kirill A. Shutemov <kirill.shute...@linux.intel.com> > Acked-by: David Hildenbrand <da...@redhat.com> > Acked-by: Yosry Ahmed <yosryah...@google.com> Acked-by: Nhat Pham <npha...@gmail.com>