Re: [PATCH] mm: zswap: drop list_lru param from zswap_lru_add() and _del()
Johannes Weiner <[email protected]>
| Newsgroups | org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 31, 2026 at 05:37:06AM +0000, Wilson Felipe Pereira wrote: > Since zswap_lru_add() and zswap_lru_del() are only called with the global > zswap_list_lru, remove the redundant list_lru argument and use > zswap_list_lru directly. > > Signed-off-by: Wilson Felipe Pereira <[email protected]> Acked-by: Johannes Weiner <[email protected]>