1/4

mm: zswap: pass type and offset to zswap_invalidate() directly

zswap_invalidate() 改为直接接收 type 和 offset,调用者不再构造再解包 swp_entry_t,消除无意义的类型与偏移转换。