Re: [PATCH v3] xfs: add a test for number of open zones on conventional devices
Zorro Lang <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <aeEUGkFh5IQtQRfV@zlang-mailbox> |
On Wed, Apr 15, 2026 at 07:22:39AM +0200, Christoph Hellwig wrote: > On Tue, Apr 14, 2026 at 11:59:14AM -0700, Darrick J. Wong wrote: > > > +_require_scratch_nocheck > > > +_require_odirect > > > +_require_non_zoned_device $SCRATCH_DEV > > > +_require_non_zoned_device $SCRATCH_RTDEV > > > > Seems fine to me still, though I wonder if you still need to check > > SCRATCH_RTDEV if you're opencoding the mkfs/mount calls? > > This can be dropped now, thanks! Will remove it when I merge it. Thanks!