On Sun, May 04, 2025 at 01:30:42PM +0200, Mikulas Patocka wrote: > > > On Wed, 30 Apr 2025, Mikulas Patocka wrote: > > > Ben already tried to fix it in dm_blk_report_zones (see the linux-dm git, > > for-next branch) - but his fix is incorrect because the "if" condition for > > dm_get_live_table and dm_put_live_table differs. I'll update his patch to > > fix this mismatch. > > > > Mikulas > > I fixed it in the Ben's patch "dm: fix dm_blk_report_zones". Ben, please > review it - it's the patch 37f53a2c60d03743e0eacf7a0c01c279776fef4e in the > linux-dm repository, for-next branch.
Your changes look good. Thanks for catching that. -Ben > > Mikulas