Re: [PATCH] xfs/333: test zoned realtime writeback EIO shutdown
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 12, 2026 at 03:42:31PM +0800, Yao Sang wrote: > +_require_debugfs > +_require_scratch_nocheck > +_require_realtime > +_require_block_device $SCRATCH_RTDEV > +_require_zoned_device $SCRATCH_RTDEV Anything that requires a SCRATCH_RTDEV is XFS-specific. I though a bit about how we could generalize it to not require a SCRATCH_RTDEV, but I think that would be a mess. So maybe just make it an xfs-specific test case. Otherwise this looks great.