]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
configure: don't check for the f_flags field in statfs
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Feb 2024 06:54:20 +0000 (07:54 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 13 Mar 2024 07:48:37 +0000 (08:48 +0100)
commit0c026db1e7b208235bd21ee0527755fe8f09abcf
tree91285fd75ec16e61c226e031baf95af5c1f9a48a
parent25c2a19818fd8cd2e44d6230ef1e40efecd5bb5f
configure: don't check for the f_flags field in statfs

The f_flags field has been supported since Linux 2.6.36.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
configure.ac
include/builddefs.in
io/Makefile
io/stat.c
m4/package_libcdev.m4