Hello. The xfsprogs for-next branch, located at: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next Has just been updated. This is a follow-up update on top of yesterday's update, as it was missing a series from Christoph. This update just pushes his series to for-next The new head of the for-next branch is commit: c6be1c78f1631884ff0befc6b19d762d2b8f4e5d 26 new commits: Christoph Hellwig (26): [a18202542] include: remove the filldir_t typedef [87d0aad10] include: unconditionally define umode_t [c7820bbb4] repair: refactor the BLKMAP_NEXTS_MAX check [4b641cc08] include: stop using SIZEOF_LONG [0fa9dcb61] include: stop generating platform_defs.h [f367d5629] io: don't redefine SEEK_DATA and SEEK_HOLE [dbe764ee7] configure: don't check for getmntent [bd07eedea] configure: require libblkid [1b8d539cc] configure: don't check for fadvise [04e3bb974] configure: don't check for sendfile [90bcaf5a7] configure: don't check for madvise [6539cd18e] configure: don't check for mincor [920130ef5] configure: don't check for fiemap [2f5de3cee] configure: don't check for sync_file_range [015b44e7f] configure: don't check for readdir [055629e00] configure: don't check for fls [15fb447f8] configure: don't check for fallocate [bafafcb96] configure: don't check for syncfs [636f77efe] configure: don't check for preadv and pwritev [47f7c0445] configure: don't check for mremap [25c2a1981] configure: don't check for fsetxattr [0c026db1e] configure: don't check for the f_flags field in statfs [810b515b4] configure: don't check for openat [86b43bd0d] configure: don't check for fstatat [0b50e9fa9] configure: don't check for SG_IO [c6be1c78f] configure: don't check for HDIO_GETGEO Code Diffstat: Makefile | 15 +- configure.ac | 32 --- fsr/Makefile | 4 - fsr/xfs_fsr.c | 2 - include/bitops.h | 2 - include/builddefs.in | 36 --- include/linux.h | 2 - include/{platform_defs.h.in => platform_defs.h} | 10 +- io/Makefile | 69 +---- io/io.h | 36 --- io/mmap.c | 8 - io/pread.c | 8 - io/prealloc.c | 8 - io/pwrite.c | 8 - io/seek.c | 5 - io/stat.c | 2 - io/sync.c | 4 - libfrog/Makefile | 4 - libfrog/paths.c | 9 +- libxfs/topology.c | 37 +-- m4/Makefile | 1 - m4/package_libcdev.m4 | 329 ------------------------ m4/package_types.m4 | 14 - repair/bmap.c | 23 +- repair/bmap.h | 13 - scrub/Makefile | 16 +- scrub/common.h | 8 - scrub/disk.c | 30 +-- 28 files changed, 35 insertions(+), 700 deletions(-) rename include/{platform_defs.h.in => platform_defs.h} (95%) delete mode 100644 m4/package_types.m4