Re: [PATCH] generic/366: check minimum dio size correctly
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.fstests |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 15, 2026 at 02:58:11AM +0800, Zorro Lang wrote: > > + blksz=`$here/src/min_dio_alignment $SCRATCH_MNT $SCRATCH_DEV` > > + if [[ $blksz -gt 512 ]]; then > > + _notrun "512 byte dio alignment required" > > + fi > > Do we need to check this in every iteration? We don't, but we also don't want to do an extra mount just to check the feature.