On Tue, Feb 18, 2025 at 12:30:57AM -0800, Christoph Hellwig wrote: > On Thu, Feb 13, 2025 at 02:26:37PM +0100, Daniel Gomez wrote: > > That's a good question. The stx_blksize field description indicates the value > > should be referring to the fs block size that avoids RMW. > > One that is optimal, the RMW is an example. This what Posix says: > > blksize_t st_blksize A file system-specific preferred I/O block size > for this object. In some file system types, this > may vary from file to file. > So this should just be repsined with this just stat blocksize? Luis