On Tue, Apr 15, 2025 at 10:22:51PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Enhance the statx -m parsing to be more useful: Btw, -m claims to set STATX_ALL, which the kernel deprecated soon after adding it: * This is deprecated, and shall remain the same value in the future. To avoid * confusion please use the equivalent (STATX_BASIC_STATS | STATX_BTIME) * instead. do we need to do something about the -m definition in xfs_io because all fields aren't included in STATX_ALL?