On Tue, Jul 29, 2025 at 01:08:46PM -0700, Darrick J. Wong wrote: > The pwrite failure comes from the aio-dio-eof-race.c program because the > filesystem ran out of space. There are no speculative posteof > preallocations on a zoned filesystem, so let's skip this test on those > setups. Did it run out of space because it is overwriting and we need a new allocation (I've not actually seen this fail in my zoned testing, that's why I'm asking)? If so it really should be using the new _require_inplace_writes Filipe just sent to the list. If now we need to figure out what this depends on instead of adding random xfs-specific hacks to common code.