On Sun, Dec 15, 2024 at 12:12:42AM -0500, Theodore Ts'o wrote: > +if [ $FSTYP = "xfs" ]; then > + _scratch_mkfs "-l size=256m" >> $seqres.full 2>&1 > +else > + _scratch_mkfs >> $seqres.full 2>&1 > +fi We really need to document why generic tests have file system specific hacks. And yes, that's a request for Dave who originally added it without any explanation and not Ted.