On Tue, Jun 06, 2023 at 04:56:09PM +0200, Domenico Cerasuolo wrote: > @@ -40,7 +36,7 @@ enum zpool_mapmode { > bool zpool_has_pool(char *type); > > struct zpool *zpool_create_pool(const char *type, const char *name, > - gfp_t gfp, const struct zpool_ops *ops); > + gfp_t gfp); This fits into a single line now. Otherwise, the patch looks great to me. Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>