Re: [PATCH 04/23] md/md-bitmap: support discard for bitmap ops
From: Christoph Hellwig
Date: Mon May 26 2025 - 02:30:12 EST
> +typedef void (md_bitmap_fn)(struct mddev *mddev, sector_t offset,
> + unsigned long sectors);
Does this typedef really add any value?
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>