Re: [PATCH v3] 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, 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!