]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: always use the kernel GETFSMAP definitions
authorDarrick J. Wong <djwong@kernel.org>
Fri, 25 Feb 2022 22:37:50 +0000 (17:37 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 25 Feb 2022 22:37:50 +0000 (17:37 -0500)
commit9b72515a4f4800b2cdcbf3b27a63aa99654b1ea6
tree6717a8aad13e694732423d236316c624345aad9d
parent4bac42bac6c8a797a93966e656a95750d5656663
libfrog: always use the kernel GETFSMAP definitions

The GETFSMAP ioctl has been a part of the kernel since 4.12.  We have no
business shipping a stale copy of kernel header contents in the xfslibs
package, so get rid of it.  This means that xfs_scrub now has a hard
dependency on the build system having new kernel headers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/linux.h
io/Makefile
io/fsmap.c
scrub/Makefile
scrub/phase6.c
scrub/phase7.c
scrub/spacemap.c
spaceman/Makefile
spaceman/freesp.c