Re: convert newly added dm-zone code to the atomic queue commit API v3

2024-05-27 Thread Jens Axboe
On Mon, 27 May 2024 14:36:17 +0200, Christoph Hellwig wrote: > 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 ch

convert newly added dm-zone code to the atomic queue commit API v3

2024-05-27 Thread Christoph Hellwig
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 b

Re: convert newly added dm-zone code to the atomic queue commit API v2

2024-05-27 Thread Christoph Hellwig
The buildbot noticed a link failure due to a missing IS_ENALBED about a day after claiming succss, so I'll resend another version of this, sorry.

convert newly added dm-zone code to the atomic queue commit API v2

2024-05-27 Thread Christoph Hellwig
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 b

Re: convert newly added dm-zone code to the atomic queue commit API

2024-05-24 Thread Mike Snitzer
On Fri, May 24, 2024 at 04:29:08PM +0200, Christoph Hellwig wrote: > 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

convert newly added dm-zone code to the atomic queue commit API

2024-05-24 Thread Christoph Hellwig
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 b