Re: [PATCH v4 4/5] zsmalloc: Add ops fields to zs_pool to store evict handlers

From: Johannes Weiner
Date: Fri Nov 18 2022 - 00:52:07 EST


On Fri, Nov 18, 2022 at 12:15:15AM -0500, Johannes Weiner wrote:
> @@ -22,8 +22,6 @@ struct zpool {
> struct zpool_driver *driver;
> void *pool;
> const struct zpool_ops *ops;
> - bool evictable;
> - bool can_sleep_mapped;
> };

Oops, forgot to remove ops, which is unused too.

---