]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
configure: don't check for fallocate
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Feb 2024 06:54:15 +0000 (07:54 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 13 Mar 2024 07:48:37 +0000 (08:48 +0100)
commit15fb447f8fa166ca6e4148c26c51c6601363417f
tree70bc28d8249b74f38b9e55646edfc070581d71d5
parent055629e0038c28e9ba0bf11a4e59733c040f95e6
configure: don't check for fallocate

fallocate has been supported since Linux 2.6.23 and glibc 2.10.

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
include/linux.h
io/Makefile
io/prealloc.c
m4/package_libcdev.m4