On Tue, Mar 12, 2024 at 6:52 AM Yosry Ahmed <yosryahmed@xxxxxxxxxx> wrote: > > zswap_find_zpool() checks if ZSWAP_NR_ZPOOLS > 1, which is always true. > This is a remnant from a patch version that had ZSWAP_NR_ZPOOLS as a > config option and never made it upstream. Remove the unnecessary check. Do we need a Fixes: tag for this? I guess it's not a bug hmmm. > > Signed-off-by: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Reviewed-by: Nhat Pham <nphamcs@xxxxxxxxx>