Re: [PATCH] xfs: add a test for number of open zones on conventional devices
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 31, 2026 at 07:00:39PM +0900, Damien Le Moal wrote: > Hmmm. I think you should delete odd numbered files only since they are going to > be written at the end of a zone. Otherwise, you make the zone empty, and it will > thus not be considered as open. Yes, but due to the unevent number I did reproduce the bug even with this version. I tried your loop and this overshoots the open zone limit even more without the fix, so I'll switch to that.