On Thu, Sep 10, 2026 at 2:54 AM Kefeng Wang [off-list ref] wrote:
zswap_invalidate() takes a swp_entry_t only to unpack it right back
into type and offset. Both callers already have those values, so
pass them directly and drop the swp_entry()/swp_type()/swp_offset()
round-trip.
Signed-off-by: Kefeng Wang <redacted>