commit | 0312f4eb38cc0f47dfa4fb9ed7f956f299f0edc0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Dec 20 09:29:36 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jan 09 19:47:56 2025 -0800 |
tree | 51ac829a087cdaa093f635aeff2f629d0e34eb87 | |
parent | bd3896694fce07e4af39f00f39eeb65bae2e66ce [diff] |
m4: fix statx override selection if /usr/include doesn't define it If the system headers (aka the ones in /usr/include) do not define struct statx at all, we need to use our internal override. The m4 code doesn't handle this admittedly corner case, but let's fix it for anyone trying to build new xfsprogs on a decade-old distribution. Fixes: 409477af604f46 ("xfs_io: add support for atomic write statx fields") Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>