Hi all, the new dm-zone code added by Damien in 6.10-rc directly modifies the queue limits instead of using the commit-style API that dm has used forever and that the block layer adopted now, and thus can only run after all the other changes have been commited. This is quite a land mine and can be easily fixed. Note that if this doesn't go into 6.10-rc we'll need a way to get this in before more block work in this area for 6.11, i.e. probably through the block tree. Diffstat: dm-table.c | 19 +++++++--------- dm-zone.c | 72 +++++++++++++++++++++++++++---------------------------------- dm.h | 3 +- 3 files changed, 44 insertions(+), 50 deletions(-)