Hi all, Remove xfsprogs dependence on libattr because libattr is deprecated. The code in that library came from XFS, so we can make our own shims. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. Comments and questions are, as always, welcome. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libattr-remove-6.11 --- Commits in this patchset: * misc: clean up code around attr_list_by_handle calls * libfrog: emulate deprecated attrlist functionality in libattr --- configure.ac | 2 -- debian/control | 2 +- include/builddefs.in | 1 - libfrog/Makefile | 8 ++----- libfrog/fakelibattr.h | 36 ++++++++++++++++++++++++++++++ libfrog/fsprops.c | 22 ++++++++++-------- m4/package_attr.m4 | 25 --------------------- scrub/Makefile | 4 --- scrub/phase5.c | 59 +++++++++++++++++++++++++++---------------------- 9 files changed, 85 insertions(+), 74 deletions(-) create mode 100644 libfrog/fakelibattr.h delete mode 100644 m4/package_attr.m4