Re: [PATCH] mm: zswap: drop list_lru param from zswap_lru_add() and _del()
Nhat Pham <[email protected]> Mon, 3 Aug 2026 10:07:43 -0700
| Newsgroups | org.kvack.linux-mm |
|---|---|
| Message-ID | <CAKEwX=PE1N5ah-8JhwdOk3=gAniiNZ5rqcYGp5Kjif9=r84Ctw@mail.gmail.com> |
On Thu, Jul 30, 2026 at 10:37=E2=80=AFPM 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]> Beats me to it :) Thanks for fixing this! Acked-by: Nhat Pham <[email protected]>