Re: [PATCH] mm: zswap: drop list_lru param from zswap_lru_add() and _del()
Yosry Ahmed <[email protected]>
| Newsgroups | org.kvack.linux-mm |
|---|---|
| Message-ID | <CAO9r8zOdBoWuKCNmaVDB2ZtLJNwPR9O_oSsWr8qn3DML5bMRTA@mail.gmail.com> |
On Thu, Jul 30, 2026 at 10:37 PM Wilson Felipe Pereira <[email protected]> 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: Yosry Ahmed <[email protected]>