On Fri, May 24, 2024 at 11:07:59AM -0400, Mike Snitzer wrote: > > + ret = dm_revalidate_zones(md, t); > > + if (ret < 0) > > + return 0; > > Not following why you're return 0 if r < 0. > > blk_revalidate_disk_zones() has quite a few negative checks that > return regular error codes, so why drop those validation errors? Because I messed this up..