On Mon, Mar 17, 2025 at 12:45:09AM -0400, Benjamin Marzinski wrote: > __bind(). Otherwise the zone resources could change while accessing > them. Finally, it is possible that md->zone_revalidate_map will change > while calling this function. Only read it once, so that we are always > using the same value. Otherwise we might miss a call to > dm_put_live_table(). This checking for calling context is pretty ugly. Can you just use a separate report zones helper or at least a clearly documented flag for it?