On Tue, Aug 13, 2024 at 07:40:04AM -0700, Darrick J. Wong wrote: > > + /* > > + * No support for STATX_DIOALIGN and not a block device: > > + * default to PAGE_SIZE. > > Should we try DIOINFO here as a second to last gasp? Using it is a good idea, and it should probably be second choice. But I'll do that as a separate patch at the end end.