1/15

mm: zswap: return -ENOENT when the swap device is gone

zswap_writeback_entry()对swap device消失返回-EEXIST,被shrinker误认为页已在swap cache而停止扫描;改返回-ENOENT使其跳过stale entry继续。