On Tue, Aug 13, 2024 at 07:37:15AM -0700, Darrick J. Wong wrote: > Might want to put these #defines at the top with a comment so that > future people copy-pastaing too fast (i.e. me) don't obliterate them > accidentally. Sure. > /* > * Use a fstests-specific name for these structures so we can always > * find the latest version of the abi. > */ > #define statx_timestamp statx_timestamp_fstests > #define statx statx_fstests The comment might need a bit twiddling as we're not really using different name we're just avoiding the conflict, but I'll see if I can come up with a coherent enough explanation.